From 5a9e338330fe136908a3a17a5df81c054c5cc5b0 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Wed, 1 May 2019 15:17:14 +1000 Subject: 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 Reviewed-by: Amitay Isaacs Autobuild-User(master): Amitay Isaacs Autobuild-Date(master): Tue May 7 06:56:01 UTC 2019 on sn-devel-184 --- ctdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb') 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) -- cgit v1.2.1