Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-04-25 10:41:15 +0300
committerJunio C Hamano <gitster@pobox.com>2019-04-25 10:41:15 +0300
commit8baf40b5b463bc6e52b0ef5c5c3d495bb0a920b3 (patch)
treedba0555743eeb82c0d2313b00326f031f15421c6 /t
parentda924b58ed3e2727e6ae2efc471db466a6178e2f (diff)
parentc1ee5796dc656d7e98130c7bfca903e8872ef41f (diff)
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')
-rw-r--r--t/test-lib.sh1
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