From: Martin Schwenke Date: Thu, 17 Oct 2019 05:19:58 +0000 (+1100) Subject: ctdb-tests: Drop setting of test state directory for testonly target X-Git-Tag: talloc-2.3.1~259 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8dc125ed2e502234135e12fe32fb387baa11a79;p=thirdparty%2Fsamba.git ctdb-tests: Drop setting of test state directory for testonly target This is the default and deciding this should be left to run_tests.sh. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/wscript b/ctdb/wscript index 1457c17774a..d1ebb2e2417 100644 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -1116,7 +1116,7 @@ def build(bld): def testonly(ctx): - cmd = 'tests/run_tests.sh -V tests/var' + cmd = 'tests/run_tests.sh' ret = samba_utils.RUN_COMMAND(cmd) if ret != 0: print('tests exited with exit status %d' % ret)