From: Martin Schwenke Date: Thu, 17 Oct 2019 05:19:33 +0000 (+1100) Subject: ctdb-tests: Enable printing of logs on failure in autobuild X-Git-Tag: talloc-2.3.1~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc16b8dbc69130a039f8492563fcc5ffded2000e;p=thirdparty%2Fsamba.git ctdb-tests: Enable printing of logs on failure in autobuild Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- 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)