mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
waf --test-list takes a filename argument
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
a592bdc51c
commit
6f88ff83bf
@ -82,7 +82,6 @@ def set_options(opt):
|
||||
gr.add_option('--perf-test', dest='PERF_TEST', default=False,
|
||||
action="store_true", help="run performance tests only")
|
||||
gr.add_option('--test-list', dest='TEST_LIST', default='',
|
||||
action="store_true",
|
||||
help=("use tests listed here, not defaults "
|
||||
"(--test-list='FOO|' will execute FOO; "
|
||||
"--test-list='FOO' will read it)"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user