projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba04284
)
If we're running the quick tests, remove the SPARC_FS build since we don't have any...
author
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 7 Mar 2007 17:45:21 +0000
(12:45 -0500)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 7 Mar 2007 17:45:21 +0000
(12:45 -0500)
--HG--
extra : convert_revision :
4505f1600cae5d049560f3b397541e9a9dea0420
util/regress
patch
|
blob
|
history
diff --git
a/util/regress
b/util/regress
index 2032f1a4d734ebc29f58e3a89eaccb88d5bf8565..aafb866adf49dee9ef65ac884580f1ec2dc9593b 100755
(executable)
--- a/
util/regress
+++ b/
util/regress
@@
-86,6
+86,10
@@
try:
for build in builds
for variant in variants]
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)
for build in builds
for variant in variants