Regressions: Build ARM_SE regressions by default.
This commit is contained in:
parent
d744525273
commit
be3542ebdb
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ optparser.add_option('-v', '--verbose', dest='verbose', action='store_true',
|
||||||
help='echo commands before executing')
|
help='echo commands before executing')
|
||||||
optparser.add_option('--builds', dest='builds',
|
optparser.add_option('--builds', dest='builds',
|
||||||
default='ALPHA_SE,ALPHA_FS,MIPS_SE,' + \
|
default='ALPHA_SE,ALPHA_FS,MIPS_SE,' + \
|
||||||
'SPARC_SE,SPARC_FS,X86_SE',
|
'SPARC_SE,SPARC_FS,X86_SE,ARM_SE',
|
||||||
help='comma-separated list of build targets to test '
|
help='comma-separated list of build targets to test '
|
||||||
" (default: '%default')" )
|
" (default: '%default')" )
|
||||||
optparser.add_option('--variants', dest='variants',
|
optparser.add_option('--variants', dest='variants',
|
||||||
|
|
Loading…
Reference in a new issue