From: Douglas Bagnall Date: Thu, 2 Feb 2017 04:26:43 +0000 (+1300) Subject: waf --test-list takes a filename argument X-Git-Tag: talloc-2.1.9~221 X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=6f88ff83bfef7e9dac806b6bfa3144a9235e921b waf --test-list takes a filename argument Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/selftest/wscript b/selftest/wscript index 86deac5e22b..f35efa8e7a3 100644 --- a/selftest/wscript +++ b/selftest/wscript @@ -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)"))