If we're running the quick tests, remove the SPARC_FS build since we don't have any quick SPARC_FS tests at the moment
--HG-- extra : convert_revision : 4505f1600cae5d049560f3b397541e9a9dea0420
This commit is contained in:
parent
ba042842c6
commit
44b732691f
1 changed files with 4 additions and 0 deletions
|
@ -86,6 +86,10 @@ try:
|
||||||
for build in builds
|
for build in builds
|
||||||
for variant in variants]
|
for variant in variants]
|
||||||
else:
|
else:
|
||||||
|
# Ugly! Since we don't have any quick SPARC_FS tests remove the SPARC_FS target
|
||||||
|
# If we ever get a quick SPARC_FS test, this code should be removed
|
||||||
|
if 'quick' in tests:
|
||||||
|
builds.remove('SPARC_FS')
|
||||||
targets = ['build/%s/tests/%s/%s' % (build, variant, test)
|
targets = ['build/%s/tests/%s/%s' % (build, variant, test)
|
||||||
for build in builds
|
for build in builds
|
||||||
for variant in variants
|
for variant in variants
|
||||||
|
|
Loading…
Reference in a new issue