Skip to content

Commit edb5408

Browse files
pcloudsgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e4f59a3 commit edb5408

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
@@ -85,7 +85,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
8585
.*_TEST
8686
PROVE
8787
VALGRIND
88-
PERF_AGGREGATING_LATER
88+
PERF_
8989
));
9090
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
9191
print join("\n", @vars);

0 commit comments

Comments
 (0)