diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2007-03-09 16:56:52 -0500 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2007-03-09 16:56:52 -0500 |
commit | dc4d47bad4f95501ebd144dc4aa53aa17563abcc (patch) | |
tree | b4e4a4f0f180468e7d4b5861165176d439229a50 /util/regress | |
parent | ad4483490785236f49b009f0d7ef3328abaf8cc5 (diff) | |
parent | 58f69391cac4dcc3696470d08756d0c5ff308963 (diff) | |
download | gem5-dc4d47bad4f95501ebd144dc4aa53aa17563abcc.tar.xz |
Merge zizzer:/bk/newmem
into zeep.pool:/z/saidi/work/m5.newmem
--HG--
extra : convert_revision : 5804298706ac0f04fbe491326af71ce9ab74425a
Diffstat (limited to 'util/regress')
-rwxr-xr-x | util/regress | 2 |
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 |