Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/fix-perf-parameters-in-tests'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 18 Jan 2013 19:20:15 +0000
(11:20 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 18 Jan 2013 19:20:15 +0000
(11:20 -0800)
Allow GIT_PERF_* environment variables to be passed through the
test framework.
* nd/fix-perf-parameters-in-tests:
test-lib.sh: unfilter GIT_PERF_*
t/test-lib.sh
patch
|
blob
|
history
raw
(from parent 1:
3a39fa7
)
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index d8ec408dfd8d3a78fd14aed75c5c0c2f28e66c3f..1a6c4ab08cd5adb56869855913272ec42eceb45f 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-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);