From: Junio C Hamano Date: Fri, 18 Jan 2013 19:20:15 +0000 (-0800) Subject: Merge branch 'nd/fix-perf-parameters-in-tests' X-Git-Tag: v1.8.2-rc0~116 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/55599ac1043672c4dd1cde175a11ca129334b84f 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_* --- 55599ac1043672c4dd1cde175a11ca129334b84f diff --cc t/test-lib.sh index d8ec408dfd,bf4cf7199c..1a6c4ab08c --- a/t/test-lib.sh +++ b/t/test-lib.sh @@@ -85,8 -85,7 +85,8 @@@ unset VISUAL EMAIL LANGUAGE COLUMNS $(" .*_TEST PROVE VALGRIND + UNZIP - PERF_AGGREGATING_LATER + PERF_ )); my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env); print join("\n", @vars);