mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Backed out changeset c75424187056 (bug 1674442) as requested by sparky.
This commit is contained in:
parent
ff2ff68d8d
commit
7323c79ecc
@ -169,8 +169,6 @@ def append_result(log, suites, test_name, name, result, extra_options):
|
||||
missing = set(extra_options) - set(suites[test_name]["extraOptions"])
|
||||
test_name = test_name + "-".join(list(missing))
|
||||
|
||||
if "visual" not in extra_options:
|
||||
extra_options.append("visual")
|
||||
subtests = suites.setdefault(
|
||||
test_name,
|
||||
{"name": orig_test_name, "subtests": {}, "extraOptions": extra_options},
|
||||
|
Loading…
Reference in New Issue
Block a user