Merge branch 'jk/test-asan'
* jk/test-asan: t: support clang/gcc AddressSanitizer
This commit is contained in:
@ -69,6 +69,7 @@ LockFile accept.lock
|
|||||||
PassEnv GIT_VALGRIND
|
PassEnv GIT_VALGRIND
|
||||||
PassEnv GIT_VALGRIND_OPTIONS
|
PassEnv GIT_VALGRIND_OPTIONS
|
||||||
PassEnv GNUPGHOME
|
PassEnv GNUPGHOME
|
||||||
|
PassEnv ASAN_OPTIONS
|
||||||
|
|
||||||
Alias /dumb/ www/
|
Alias /dumb/ www/
|
||||||
Alias /auth/dumb/ www/auth/dumb/
|
Alias /auth/dumb/ www/auth/dumb/
|
||||||
|
@ -140,6 +140,9 @@ else
|
|||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
: ${ASAN_OPTIONS=detect_leaks=0}
|
||||||
|
export ASAN_OPTIONS
|
||||||
|
|
||||||
# Protect ourselves from common misconfiguration to export
|
# Protect ourselves from common misconfiguration to export
|
||||||
# CDPATH into the environment
|
# CDPATH into the environment
|
||||||
unset CDPATH
|
unset CDPATH
|
||||||
|
Reference in New Issue
Block a user