diff options
| author | Junio C Hamano <gitster@pobox.com> | 2015-04-21 12:12:24 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2015-04-21 12:12:24 -0700 |
| commit | d3115a35fc29e7a55131a677878e67725d4cc165 (patch) | |
| tree | b6c0ecad93b631d2be36f4677aede75221a60322 /t/lib-httpd/apache.conf | |
| parent | 42b2f894a0237e3b393770330dba995e731ec7ad (diff) | |
| parent | 376e4b39d4453ce50cbacc9c46a3bbdaad2134b2 (diff) | |
| download | git-d3115a35fc29e7a55131a677878e67725d4cc165.tar.xz | |
Merge branch 'jk/test-annoyances' into maint
Test fixes.
* jk/test-annoyances:
t5551: make EXPENSIVE test cheaper
t5541: move run_with_cmdline_limit to test-lib.sh
t: pass GIT_TRACE through Apache
t: redirect stderr GIT_TRACE to descriptor 4
t: translate SIGINT to an exit
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 03a4c2ee84..0b81a0047b 100644 --- a/t/lib-httpd/apache.conf +++ b/t/lib-httpd/apache.conf @@ -70,6 +70,7 @@ PassEnv GIT_VALGRIND PassEnv GIT_VALGRIND_OPTIONS PassEnv GNUPGHOME PassEnv ASAN_OPTIONS +PassEnv GIT_TRACE Alias /dumb/ www/ Alias /auth/dumb/ www/auth/dumb/ |
