Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/apache-lsan'
author
Junio C Hamano
<gitster@pobox.com>
Sun, 19 May 2019 07:45:29 +0000
(16:45 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 19 May 2019 07:45:29 +0000
(16:45 +0900)
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
t/lib-httpd/apache.conf
patch
|
blob
|
history
raw
(from parent 1:
2cfab60
)
diff --git
a/t/lib-httpd/apache.conf
b/t/lib-httpd/apache.conf
index 06a81b54c75d5948b31c03152609fccb1311c12f..5c1c86c193ab79bd89212d0eefd5a114ec542f7d 100644
(file)
--- 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