зеркало из https://github.com/mozilla/pjs.git
Fix a typo in runtests.py.in which flat-out prevents --browser-chrome from working, r=me as trivial, a=test-only, NPOTB, etc.
This commit is contained in:
Родитель
081234e2e6
Коммит
937a8e7ee6
|
@ -147,7 +147,7 @@ class MochitestOptions(optparse.OptionParser):
|
||||||
self.add_option("--log-file",
|
self.add_option("--log-file",
|
||||||
action = "store", type = "string", dest = "logFile",
|
action = "store", type = "string", dest = "logFile",
|
||||||
help = "file to which logging occurs")
|
help = "file to which logging occurs")
|
||||||
defaults["logFile"] = None
|
defaults["logFile"] = ""
|
||||||
|
|
||||||
self.add_option("--autorun",
|
self.add_option("--autorun",
|
||||||
action = "store_true", dest = "autorun",
|
action = "store_true", dest = "autorun",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче