From 70c38d404b480c0b63621bd1faf002485faac531 Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Wed, 13 May 2020 14:04:36 +1000 Subject: ctdb-tests: Enable SOCKET_WRAPPER_DIR_ALLOW_ORIG This will allow local daemons to be used in more contexts, especially in tests run by Jenkins where the directory names for some targets can be very long. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/tests/local_daemons.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ctdb/tests/local_daemons.sh b/ctdb/tests/local_daemons.sh index 5f8bc3245ac..7a633950a8b 100755 --- a/ctdb/tests/local_daemons.sh +++ b/ctdb/tests/local_daemons.sh @@ -339,6 +339,7 @@ local_daemons_start_socket_wrapper () if [ -d "$_d" ] && [ -f "$_so" ] ; then export SOCKET_WRAPPER_DIR="$_d" export LD_PRELOAD="$_so" + export SOCKET_WRAPPER_DIR_ALLOW_ORIG="1" fi } -- cgit v1.2.1