Skip to content

Commit

Permalink
Merge branch 'nd/fix-perf-parameters-in-tests'
Browse files Browse the repository at this point in the history
Allow GIT_PERF_* environment variables to be passed through the
test framework.

* nd/fix-perf-parameters-in-tests:
  test-lib.sh: unfilter GIT_PERF_*
  • Loading branch information
Junio C Hamano committed Jan 18, 2013
2 parents 3a39fa7 + edb5408 commit 55599ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
PROVE
VALGRIND
UNZIP
PERF_AGGREGATING_LATER
PERF_
));
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
print join("\n", @vars);
Expand Down

0 comments on commit 55599ac

Please sign in to comment.