summaryrefslogtreecommitdiff
path: root/util/regress
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2006-12-07 14:41:56 -0500
committerSteve Reinhardt <stever@eecs.umich.edu>2006-12-07 14:41:56 -0500
commitac32645c27c51f5eb5e20adecab4758352265aa5 (patch)
treed0370e18bcaf16e0fa4ddc3aacac7d5bbe5a56c0 /util/regress
parentb618e733bd580391702a844404417f9723b94588 (diff)
downloadgem5-ac32645c27c51f5eb5e20adecab4758352265aa5.tar.xz
Change detault regression build from opt to fast.
--HG-- extra : convert_revision : b6db0254b73a97ab6e3685c90cc9cd30ea274d4f
Diffstat (limited to 'util/regress')
-rwxr-xr-xutil/regress2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/regress b/util/regress
index 8e60b6fee..83d8b4ddc 100755
--- 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='opt',
+ default='fast',
help='comma-separated list of build variants to test '
" (default: '%default')" )
optparser.add_option('--scons-opts', dest='scons_opts', default='',