diff options
author | Martin Schwenke <martin@meltin.net> | 2019-10-17 16:19:33 +1100 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2019-10-22 19:39:41 +0000 |
commit | fc16b8dbc69130a039f8492563fcc5ffded2000e (patch) | |
tree | 48996e0a55584b153f4d23ee6f44cfde06cebe0a /ctdb/wscript | |
parent | 787662604d4f578f10981845997ccd995f11d853 (diff) | |
download | samba-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/wscript | 2 |
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) |