regress: add POWER to regressions
authorNathan Binkert <nate@binkert.org>
Wed, 28 Oct 2009 18:56:43 +0000 (11:56 -0700)
committerNathan Binkert <nate@binkert.org>
Wed, 28 Oct 2009 18:56:43 +0000 (11:56 -0700)
util/regress

index 856e9a1a624908eab8646a35419a706b82cdf1da..347c565cbcdc0021079b2c1d34e7cc508fa46bcc 100755 (executable)
@@ -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',