diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-05-19 16:45:29 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-05-19 16:45:29 +0900 |
| commit | 7782066f677a016c98ac79fd125b2a8dedd7940f (patch) | |
| tree | 61803107e55805d79e927df339033b8f4dde6995 /t/lib-httpd | |
| parent | 2cfab6087790ceeb81eb91eeb1300500cfa4c948 (diff) | |
| parent | d9ef573837f4054b26f792c0ffd7cbb662cb38a6 (diff) | |
| download | git-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
Diffstat (limited to 't/lib-httpd')
| -rw-r--r-- | t/lib-httpd/apache.conf | 1 |
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 |
