зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1068276, part 4 - Fix indentation of leak option setting in reftests. r=ted
This commit is contained in:
Родитель
687f957f6f
Коммит
e71a398f84
|
@ -511,9 +511,8 @@ class ReftestOptions(OptionParser):
|
|||
if options.debugger is not None:
|
||||
self.error("cannot specify a debugger with parallel tests")
|
||||
|
||||
options.leakThresholds = {"default": options.defaultLeakThreshold}
|
||||
|
||||
options.ignoreMissingLeaks = []
|
||||
options.leakThresholds = {"default": options.defaultLeakThreshold}
|
||||
options.ignoreMissingLeaks = []
|
||||
|
||||
return options
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче