mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
backout bde6ca1bff09 (bug 1026290) for maybe breaking robocop
This commit is contained in:
parent
25bf0c0acc
commit
e02fed7711
@ -2099,9 +2099,7 @@ class Mochitest(MochitestUtilsMixin):
|
|||||||
if "MOZ_HIDE_RESULTS_TABLE" in os.environ and os.environ["MOZ_HIDE_RESULTS_TABLE"] == "1":
|
if "MOZ_HIDE_RESULTS_TABLE" in os.environ and os.environ["MOZ_HIDE_RESULTS_TABLE"] == "1":
|
||||||
options.hideResultsTable = True
|
options.hideResultsTable = True
|
||||||
|
|
||||||
d = dict((k, v) for k, v in options.__dict__.items() if
|
d = dict((k, v) for k, v in options.__dict__.iteritems() if not k.startswith('log'))
|
||||||
(not k.startswith('log_') or
|
|
||||||
not any([k.endswith(fmt) for fmt in commandline.log_formatters.keys()])))
|
|
||||||
d['testRoot'] = self.testRoot
|
d['testRoot'] = self.testRoot
|
||||||
content = json.dumps(d)
|
content = json.dumps(d)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user