From 46924f68c1db00a402b419b4f3c71d60d473ea77 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 17 Jun 2014 09:24:48 -0700 Subject: autobuild: Remove unsupported --enable-socket-wrapper option from the "ctdb" target. Socket wrapper now works with LD_PRELOAD. Signed-off-by: Amitay Isaacs Reviewed-by: Michael Adam --- ctdb/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/wscript') diff --git a/ctdb/wscript b/ctdb/wscript index 26730981a3..f69bf580f7 100755 --- a/ctdb/wscript +++ b/ctdb/wscript @@ -520,7 +520,7 @@ def test(ctx): Scripting.commands.append('testonly') def autotest(ctx): - cmd = 'tests/run_tests.sh -e -S -C' + cmd = 'LD_PRELOAD=bin/shared/libsocket-wrapper.so tests/run_tests.sh -e -S -C' samba_utils.RUN_COMMAND(cmd) def dist(): -- cgit