Skip to content

Commit 7782066

Browse files
committed
Merge branch 'jk/apache-lsan'
Allow tests that involve httpd to be run under leak sanitizer, just like we can already do so under address sanitizer. * jk/apache-lsan: t/lib-httpd: pass LSAN_OPTIONS through apache
2 parents 2cfab60 + d9ef573 commit 7782066

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/lib-httpd/apache.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ PassEnv GIT_VALGRIND
7676
PassEnv GIT_VALGRIND_OPTIONS
7777
PassEnv GNUPGHOME
7878
PassEnv ASAN_OPTIONS
79+
PassEnv LSAN_OPTIONS
7980
PassEnv GIT_TRACE
8081
PassEnv GIT_CONFIG_NOSYSTEM
8182
PassEnv GIT_TEST_SIDEBAND_ALL

0 commit comments

Comments
 (0)