aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-05-19 16:45:29 +0900
committerJunio C Hamano <gitster@pobox.com>2019-05-19 16:45:29 +0900
commit7782066f677a016c98ac79fd125b2a8dedd7940f (patch)
tree61803107e55805d79e927df339033b8f4dde6995
parent2cfab6087790ceeb81eb91eeb1300500cfa4c948 (diff)
parentd9ef573837f4054b26f792c0ffd7cbb662cb38a6 (diff)
downloadgit-7782066f677a016c98ac79fd125b2a8dedd7940f.tar.xz
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
-rw-r--r--t/lib-httpd/apache.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/lib-httpd/apache.conf b/t/lib-httpd/apache.conf
index 06a81b54c7..5c1c86c193 100644
--- a/t/lib-httpd/apache.conf
+++ b/t/lib-httpd/apache.conf
@@ -76,6 +76,7 @@ PassEnv GIT_VALGRIND
PassEnv GIT_VALGRIND_OPTIONS
PassEnv GNUPGHOME
PassEnv ASAN_OPTIONS
+PassEnv LSAN_OPTIONS
PassEnv GIT_TRACE
PassEnv GIT_CONFIG_NOSYSTEM
PassEnv GIT_TEST_SIDEBAND_ALL