mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
Bug 1410133: Allow having all test-sets on a given platform; r=dustin
MozReview-Commit-ID: DmQF7duvCro --HG-- extra : rebase_source : 7f357c0b990bfd5b0c60fb4648af9746c34d7118 extra : source : 66ac9542f6657064d4be41c96ff5049647e8dfb4
This commit is contained in:
parent
46fd998eb4
commit
b2fe451267
@ -122,7 +122,7 @@ def expand_tests(test_sets_cfg, test_platforms):
|
||||
rv = {}
|
||||
for test_platform, cfg in test_platforms.iteritems():
|
||||
test_sets = cfg['test-sets']
|
||||
if not set(test_sets) < set(test_sets_cfg):
|
||||
if not set(test_sets) <= set(test_sets_cfg):
|
||||
raise Exception(
|
||||
"Test sets {} for test platform {} are not defined".format(
|
||||
', '.join(test_sets), test_platform))
|
||||
|
Loading…
x
Reference in New Issue
Block a user