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:
Ryan VanderMeulen
2015-06-29 15:22:51 -04:00
parent b2bcb93b56
commit cd66e05c66
31 changed files with 49 additions and 122 deletions

View File

@@ -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')