regress: add POWER to regressions
This commit is contained in:
parent
f9624e49f6
commit
a02b21977a
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')
|
||||
optparser.add_option('--builds', dest='builds',
|
||||
default='ALPHA_SE,ALPHA_FS,MIPS_SE,' + \
|
||||
'SPARC_SE,SPARC_FS,X86_SE,ARM_SE',
|
||||
'POWER_SE,SPARC_SE,SPARC_FS,X86_SE,ARM_SE',
|
||||
help='comma-separated list of build targets to test '
|
||||
" (default: '%default')" )
|
||||
optparser.add_option('--variants', dest='variants',
|
||||
|
|
Loading…
Reference in a new issue