Skip to content

Commit 55599ac

Browse files
committed
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_*
2 parents 3a39fa7 + edb5408 commit 55599ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
8686
PROVE
8787
VALGRIND
8888
UNZIP
89-
PERF_AGGREGATING_LATER
89+
PERF_
9090
));
9191
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
9292
print join("\n", @vars);

0 commit comments

Comments
 (0)