summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2019-05-01 15:17:14 +1000
committerAmitay Isaacs <amitay@samba.org>2019-05-07 06:56:01 +0000
commit5a9e338330fe136908a3a17a5df81c054c5cc5b0 (patch)
tree6714c09ddbc72aef229fa52d9f803a7e18bd16d7 /ctdb
parenta2ab6485e027ebb13871c7d83b7626ac5c9b98c0 (diff)
downloadsamba-5a9e338330fe136908a3a17a5df81c054c5cc5b0.tar.gz
ctdb-tests: Don't clean up test var directory in autotest target
If the directory is always cleaned up then it is not possible to look at daemon logs to debug test failures. This target is only really used by autobuild.py, which (optionally) cleans up the parent directory anyway. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13924 Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Tue May 7 06:56:01 UTC 2019 on sn-devel-184
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 4f2fcbf69c9..eccc5e76f48 100644
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -1135,7 +1135,7 @@ def test(ctx):
def autotest(ctx):
env = samba_utils.LOAD_ENVIRONMENT()
- cmd = 'tests/run_tests.sh -e -S %s -C' % env.SOCKET_WRAPPER_SO_PATH
+ cmd = 'tests/run_tests.sh -e -S %s' % env.SOCKET_WRAPPER_SO_PATH
ret = samba_utils.RUN_COMMAND(cmd)
if ret != 0:
print('autotest exited with exit status %d' % ret)