diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2013-01-15 14:50:56 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-01-15 20:33:39 +0100 |
commit | edb54081ad821f89619df47bce993b9acc1d2234 (patch) | |
tree | 1f99c4ae52d33b7fa977aafb061700e3bde483c0 /t | |
parent | Git 1.8.1.1 (diff) | |
download | git-edb54081ad821f89619df47bce993b9acc1d2234.tar.xz git-edb54081ad821f89619df47bce993b9acc1d2234.zip |
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 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); |