diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-04-25 16:41:15 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-04-25 16:41:15 +0900 |
commit | 8baf40b5b463bc6e52b0ef5c5c3d495bb0a920b3 (patch) | |
tree | dba0555743eeb82c0d2313b00326f031f15421c6 /t/test-lib.sh | |
parent | Merge branch 'sg/index-pack-progress' (diff) | |
parent | test-lib: whitelist GIT_TR2_* in the environment (diff) | |
download | tgif-8baf40b5b463bc6e52b0ef5c5c3d495bb0a920b3.tar.xz |
Merge branch 'ab/test-lib-pass-trace2-env'
Allow tracing of Git executable while running the testsuite.
* ab/test-lib-pass-trace2-env:
test-lib: whitelist GIT_TR2_* in the environment
Diffstat (limited to 't/test-lib.sh')
-rw-r--r-- | t/test-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh index 38b157075a..d18387c255 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -386,6 +386,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e ' my @env = keys %ENV; my $ok = join("|", qw( TRACE + TR2_ DEBUG TEST .*_TEST |