diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:28:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-12-22 12:28:08 -0800 |
commit | 9f240ec60f29e2b9981dc33fd21b3623158f541f (patch) | |
tree | 5376ed929ad41eb65ee62c3ca69d53395688452a /t/lib-httpd/apache.conf | |
parent | Merge branch 'ok/rebase-i-count-todo' (diff) | |
parent | t: support clang/gcc AddressSanitizer (diff) | |
download | tgif-9f240ec60f29e2b9981dc33fd21b3623158f541f.tar.xz |
Merge branch 'jk/test-asan'
* jk/test-asan:
t: support clang/gcc AddressSanitizer
Diffstat (limited to 't/lib-httpd/apache.conf')
-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 7713dd2609..03a4c2ee84 100644 --- a/t/lib-httpd/apache.conf +++ b/t/lib-httpd/apache.conf @@ -69,6 +69,7 @@ LockFile accept.lock PassEnv GIT_VALGRIND PassEnv GIT_VALGRIND_OPTIONS PassEnv GNUPGHOME +PassEnv ASAN_OPTIONS Alias /dumb/ www/ Alias /auth/dumb/ www/auth/dumb/ |