summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-01-18 11:20:15 -0800
committerJunio C Hamano <gitster@pobox.com>2013-01-18 11:20:15 -0800
commit55599ac1043672c4dd1cde175a11ca129334b84f (patch)
tree3dec1b498a53b7b2c2166f9bb73cad56b9f651af /t/test-lib.sh
parent3a39fa750d891c72c96f4652fc6a85e2e1f17da7 (diff)
parentedb54081ad821f89619df47bce993b9acc1d2234 (diff)
downloadgit-55599ac1043672c4dd1cde175a11ca129334b84f.tar.gz
Merge branch 'nd/fix-perf-parameters-in-tests'
Allow GIT_PERF_* environment variables to be passed through the test framework. * nd/fix-perf-parameters-in-tests: test-lib.sh: unfilter GIT_PERF_*
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index d8ec408dfd..1a6c4ab08c 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -86,7 +86,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
PROVE
VALGRIND
UNZIP
- PERF_AGGREGATING_LATER
+ PERF_
));
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
print join("\n", @vars);