projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46a538c
)
Change default regression build from 'fast' to 'opt'
author
Steve Reinhardt
<steve.reinhardt@amd.com>
Wed, 20 Apr 2011 20:47:42 +0000
(13:47 -0700)
committer
Steve Reinhardt
<steve.reinhardt@amd.com>
Wed, 20 Apr 2011 20:47:42 +0000
(13:47 -0700)
util/regress
patch
|
blob
|
history
diff --git
a/util/regress
b/util/regress
index ab497d5fdaa231f4f63808f950cf953d5778aedc..0fd58fd98144f496e84cae848e7a0b98394dc403 100755
(executable)
--- a/
util/regress
+++ b/
util/regress
@@
-52,7
+52,7
@@
add_option('--builds', dest='builds',
'X86_SE,X86_FS,' \
'ARM_SE,ARM_FS',
help="comma-separated build targets to test (default: '%default')")
-add_option('--variants', dest='variants', default='
fas
t',
+add_option('--variants', dest='variants', default='
op
t',
help="comma-separated build variants to test (default: '%default')")
add_option('--scons-opts', dest='scons_opts', default='', metavar='OPTS',
help='scons options')