We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3701aa0 + b0f4c90 commit 9f240ecCopy full SHA for 9f240ec
t/lib-httpd/apache.conf
@@ -69,6 +69,7 @@ LockFile accept.lock
69
PassEnv GIT_VALGRIND
70
PassEnv GIT_VALGRIND_OPTIONS
71
PassEnv GNUPGHOME
72
+PassEnv ASAN_OPTIONS
73
74
Alias /dumb/ www/
75
Alias /auth/dumb/ www/auth/dumb/
t/test-lib.sh
@@ -140,6 +140,9 @@ else
140
}
141
fi
142
143
+: ${ASAN_OPTIONS=detect_leaks=0}
144
+export ASAN_OPTIONS
145
+
146
# Protect ourselves from common misconfiguration to export
147
# CDPATH into the environment
148
unset CDPATH
0 commit comments