diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-03-07 12:45:21 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-03-07 12:45:21 -0500 |
commit | 44b732691fa1a8a3c4fd3255e3a03c7145a06858 (patch) | |
tree | 183d8ef8327bf686842c79fdff2687af25003307 /util | |
parent | ba042842c61339e33c0b684f9854e8fe818160fe (diff) | |
download | gem5-44b732691fa1a8a3c4fd3255e3a03c7145a06858.tar.xz |
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
Diffstat (limited to 'util')
-rwxr-xr-x | util/regress | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/util/regress b/util/regress index 2032f1a4d..aafb866ad 100755 --- 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 |