From e8dc125ed2e502234135e12fe32fb387baa11a79 Mon Sep 17 00:00:00 2001
From: Martin Schwenke <martin@meltin.net>
Date: Thu, 17 Oct 2019 16:19:58 +1100
Subject: [PATCH] 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 <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
---
 ctdb/wscript | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)