Backed out 3 changesets (bug 917999) for Android x86 test bustage.
Backed out changeset 58331e57de1c (bug 917999) Backed out changeset 50f9123412c7 (bug 917999) Backed out changeset 3b19643ec039 (bug 917999) CLOSED TREE
This commit is contained in:
@@ -29,6 +29,5 @@ def validate(task):
|
||||
if 'build' not in locations:
|
||||
raise BuildTaskValidationException('task.extra.locations.build missing')
|
||||
|
||||
if 'tests' not in locations and 'test_packages' not in locations:
|
||||
raise BuildTaskValidationException('task.extra.locations.tests or '
|
||||
'task.extra.locations.tests_packages missing')
|
||||
if 'tests' not in locations:
|
||||
raise BuildTaskValidationException('task.extra.locations.tests missing')
|
||||
|
||||
Reference in New Issue
Block a user