diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-01-18 11:20:15 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-18 11:20:15 -0800 |
commit | 55599ac1043672c4dd1cde175a11ca129334b84f (patch) | |
tree | 3dec1b498a53b7b2c2166f9bb73cad56b9f651af /t | |
parent | Merge branch 'nd/attr-debug-fix' (diff) | |
parent | test-lib.sh: unfilter GIT_PERF_* (diff) | |
download | tgif-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.sh | 2 |
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); |