mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
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 <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
066c205e5f
commit
70c38d404b
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user