ctdb-tests: Enable printing of logs on failure in autobuild
authorMartin Schwenke <martin@meltin.net>
Thu, 17 Oct 2019 05:19:33 +0000 (16:19 +1100)
committerRalph Boehme <slow@samba.org>
Tue, 22 Oct 2019 19:39:41 +0000 (19:39 +0000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/wscript

index 05137c64fdd1cf443bbb1ac4600bfc4b6aca837f..1457c17774a44b06967dce68a6048ea99511ed8e 100644 (file)
@@ -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)