ctdb-tests: Drop setting of test state directory for testonly target
authorMartin Schwenke <martin@meltin.net>
Thu, 17 Oct 2019 05:19:58 +0000 (16:19 +1100)
committerRalph Boehme <slow@samba.org>
Tue, 22 Oct 2019 19:39:41 +0000 (19:39 +0000)
This is the default and deciding this should be left to run_tests.sh.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/wscript

index 1457c17774a44b06967dce68a6048ea99511ed8e..d1ebb2e2417de2cb718b105c102ae8ccff09b5e5 100644 (file)
@@ -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)