projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b618e73
)
Change detault regression build from opt to fast.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Thu, 7 Dec 2006 19:41:56 +0000
(14:41 -0500)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Thu, 7 Dec 2006 19:41:56 +0000
(14:41 -0500)
--HG--
extra : convert_revision :
b6db0254b73a97ab6e3685c90cc9cd30ea274d4f
util/regress
patch
|
blob
|
history
diff --git
a/util/regress
b/util/regress
index 8e60b6fee36c9c0fd66ad96737e87640421ec052..83d8b4ddc1b0e387f0376871df6ac18f959ea0a9 100755
(executable)
--- a/
util/regress
+++ b/
util/regress
@@
-43,7
+43,7
@@
optparser.add_option('--builds', dest='builds',
help='comma-separated list of build targets to test '
" (default: '%default')" )
optparser.add_option('--variants', dest='variants',
- default='
op
t',
+ default='
fas
t',
help='comma-separated list of build variants to test '
" (default: '%default')" )
optparser.add_option('--scons-opts', dest='scons_opts', default='',