projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1158da3
)
fix regress... SPARC_FS may not be in the builds so check for it
author
Ali Saidi
<saidi@eecs.umich.edu>
Fri, 9 Mar 2007 21:27:24 +0000
(16:27 -0500)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Fri, 9 Mar 2007 21:27:24 +0000
(16:27 -0500)
--HG--
extra : convert_revision :
16710e4c44bd34496ed31ae8e954544b06e92589
util/regress
patch
|
blob
|
history
diff --git
a/util/regress
b/util/regress
index aafb866adf49dee9ef65ac884580f1ec2dc9593b..4d3eddab803529bb487095f6205c964105070fcb 100755
(executable)
--- 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