Regressions: Added X86_SE into the default list of builds.
--HG-- extra : convert_revision : 3dcdaca58340ec2cc190ecb692c79128be1a14d6
This commit is contained in:
parent
851c4bc960
commit
bec1bfb493
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ optparser.add_option('-v', '--verbose', dest='verbose', action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
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,SPARC_SE,SPARC_FS',
|
default='ALPHA_SE,ALPHA_FS,MIPS_SE,' + \
|
||||||
|
'SPARC_SE,SPARC_FS,X86_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