mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
test-script-multi-user: do not run under asan
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
@@ -30,6 +30,11 @@ USERNAME=test
|
||||
|
||||
. `dirname $0`/common.sh
|
||||
|
||||
if test "${DISABLE_ASAN_BROKEN_TESTS}" = 1;then
|
||||
echo "Skipping test requiring ldpreload"
|
||||
exit 77
|
||||
fi
|
||||
|
||||
rm -f test-sleep.tmp
|
||||
|
||||
OCCTL_SOCKET=./occtl-test-script-$$.socket
|
||||
|
||||
Reference in New Issue
Block a user