regress: add POWER to regressions

This commit is contained in:
Nathan Binkert 2009-10-28 11:56:43 -07:00
parent f9624e49f6
commit a02b21977a

View file

@ -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',