diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-03-07 12:46:03 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-03-07 12:46:03 -0500 |
commit | ea7bdf9f60c404761dfc568d5291c75747a2dd88 (patch) | |
tree | 02b46fe252e238c5c95c117820bdef5fd5551887 /util | |
parent | 21391d494cf138f390e57dc0e34512f9ee2fac8e (diff) | |
parent | 44b732691fa1a8a3c4fd3255e3a03c7145a06858 (diff) | |
download | gem5-ea7bdf9f60c404761dfc568d5291c75747a2dd88.tar.xz |
Merge zizzer:/bk/newmem
into udhcp-macvpn-108.public.engin.umich.edu:/Users/ali/work/m5.newmem
--HG--
extra : convert_revision : c6b11f535cca7fd46f1a3cea3b5a966e8fa80347
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 |