regress:
Clean up help output. util/regress: Clean up help output. --HG-- extra : convert_revision : 8375d58a9d72e1871a15690991dc8fc60d47a2b3
This commit is contained in:
parent
abe18be544
commit
f6f3ce1311
1 changed files with 5 additions and 3 deletions
|
@ -40,12 +40,14 @@ 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,SPARC_SE',
|
default='ALPHA_SE,ALPHA_FS,MIPS_SE,SPARC_SE',
|
||||||
help='comma-separated list of builds to test')
|
help='comma-separated list of build targets to test '
|
||||||
|
" (default: '%default')" )
|
||||||
optparser.add_option('--variants', dest='variants',
|
optparser.add_option('--variants', dest='variants',
|
||||||
default='opt',
|
default='opt',
|
||||||
help='comma-separated list of build variants to test')
|
help='comma-separated list of build variants to test '
|
||||||
|
" (default: '%default')" )
|
||||||
optparser.add_option('--scons-opts', dest='scons_opts', default='',
|
optparser.add_option('--scons-opts', dest='scons_opts', default='',
|
||||||
help='scons options')
|
help='scons options', metavar='OPTS')
|
||||||
|
|
||||||
(options, tests) = optparser.parse_args()
|
(options, tests) = optparser.parse_args()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue