Change detault regression build from opt to fast.
--HG-- extra : convert_revision : b6db0254b73a97ab6e3685c90cc9cd30ea274d4f
This commit is contained in:
parent
b618e733bd
commit
ac32645c27
1 changed files with 1 additions and 1 deletions
|
@ -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='',
|
||||
|
|
Loading…
Reference in a new issue