summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-01-18 11:20:15 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-01-18 11:20:15 -0800
commit55599ac1043672c4dd1cde175a11ca129334b84f (patch)
tree3dec1b498a53b7b2c2166f9bb73cad56b9f651af /t
parentMerge branch 'nd/attr-debug-fix' (diff)
parenttest-lib.sh: unfilter GIT_PERF_* (diff)
downloadtgif-55599ac1043672c4dd1cde175a11ca129334b84f.tar.xz
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')
-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);