From: Nguyễn Thái Ngọc Duy Date: Tue, 15 Jan 2013 13:50:56 +0000 (+0700) Subject: test-lib.sh: unfilter GIT_PERF_* X-Git-Tag: v1.8.1.3~2^2 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/edb54081ad821f89619df47bce993b9acc1d2234 test-lib.sh: unfilter GIT_PERF_* These variables are user parameters to control how to run the perf tests. Allow users to do so. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- diff --git a/t/test-lib.sh b/t/test-lib.sh index f50f8341d4..bf4cf7199c 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -85,7 +85,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e ' .*_TEST PROVE VALGRIND - PERF_AGGREGATING_LATER + PERF_ )); my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env); print join("\n", @vars);