summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2019-10-17 16:19:58 +1100
committerRalph Boehme <slow@samba.org>2019-10-22 19:39:41 +0000
commite8dc125ed2e502234135e12fe32fb387baa11a79 (patch)
tree644bd020bf278fc5c2bf721c447bf2cbb1f99b57 /ctdb
parentfc16b8dbc69130a039f8492563fcc5ffded2000e (diff)
downloadsamba-e8dc125ed2e502234135e12fe32fb387baa11a79.tar.gz
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>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/wscript2
1 files changed, 1 insertions, 1 deletions
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)