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
parent 714f865362
commit 0ee9f6a045

View File

@ -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",