mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1068276, part 4 - Fix indentation of leak option setting in reftests. r=ted
This commit is contained in:
parent
02e8205908
commit
0f460a11cd
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user