Merge zizzer:/bk/newmem
into udhcp-macvpn-108.public.engin.umich.edu:/Users/ali/work/m5.newmem --HG-- extra : convert_revision : c6b11f535cca7fd46f1a3cea3b5a966e8fa80347
This commit is contained in:
commit
ea7bdf9f60
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue