From fc16b8dbc69130a039f8492563fcc5ffded2000e Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 17 Oct 2019 16:19:33 +1100 Subject: [PATCH] ctdb-tests: Enable printing of logs on failure in autobuild Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3