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:
jwalden@mit.edu 2008-02-03 17:15:24 -08:00
Родитель 081234e2e6
Коммит 937a8e7ee6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -147,7 +147,7 @@ class MochitestOptions(optparse.OptionParser):
self.add_option("--log-file",
action = "store", type = "string", dest = "logFile",
help = "file to which logging occurs")
defaults["logFile"] = None
defaults["logFile"] = ""
self.add_option("--autorun",
action = "store_true", dest = "autorun",