summaryrefslogtreecommitdiff
path: root/util/regress
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2007-03-09 16:27:24 -0500
committerAli Saidi <saidi@eecs.umich.edu>2007-03-09 16:27:24 -0500
commit9d026ac006f56ce735c3c6a9e37cfefcfb21523a (patch)
tree44c44b6c6376f3b1956fdf6a1cb949de0c51f505 /util/regress
parent1158da37fb7a60fcb1f13318d08d11c2df287c99 (diff)
downloadgem5-9d026ac006f56ce735c3c6a9e37cfefcfb21523a.tar.xz
fix regress... SPARC_FS may not be in the builds so check for it
--HG-- extra : convert_revision : 16710e4c44bd34496ed31ae8e954544b06e92589
Diffstat (limited to 'util/regress')
-rwxr-xr-xutil/regress2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regress b/util/regress
index aafb866ad..4d3eddab8 100755
--- a/util/regress
+++ b/util/regress
@@ -88,7 +88,7 @@ try:
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:
+ if 'quick' in tests and 'SPARC_FS' in builds:
builds.remove('SPARC_FS')
targets = ['build/%s/tests/%s/%s' % (build, variant, test)
for build in builds