summaryrefslogtreecommitdiff
path: root/ctdb/wscript
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2019-10-17 16:19:33 +1100
committerRalph Boehme <slow@samba.org>2019-10-22 19:39:41 +0000
commitfc16b8dbc69130a039f8492563fcc5ffded2000e (patch)
tree48996e0a55584b153f4d23ee6f44cfde06cebe0a /ctdb/wscript
parent787662604d4f578f10981845997ccd995f11d853 (diff)
downloadsamba-fc16b8dbc69130a039f8492563fcc5ffded2000e.tar.gz
ctdb-tests: Enable printing of logs on failure in autobuild
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/wscript')
-rw-r--r--ctdb/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/wscript b/ctdb/wscript
index 05137c64fdd..1457c17774a 100644
--- a/ctdb/wscript
+++ b/ctdb/wscript
@@ -1130,7 +1130,7 @@ def test(ctx):
def autotest(ctx):
env = samba_utils.LOAD_ENVIRONMENT()
- cmd = 'tests/run_tests.sh -e -S %s' % env.SOCKET_WRAPPER_SO_PATH
+ cmd = 'tests/run_tests.sh -eL -S %s' % env.SOCKET_WRAPPER_SO_PATH
ret = samba_utils.RUN_COMMAND(cmd)
if ret != 0:
print('autotest exited with exit status %d' % ret)