projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4f59a3
)
test-lib.sh: unfilter GIT_PERF_*
author
Nguyễn Thái Ngọc Duy
<pclouds@gmail.com>
Tue, 15 Jan 2013 13:50:56 +0000
(20:50 +0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 15 Jan 2013 19:33:39 +0000
(11:33 -0800)
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 <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh
patch
|
blob
|
history
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index f50f8341d40c6ec87565d01a263d97209fb68680..bf4cf7199c05eaa1d5ec5ebd8490b14bd4734948 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-85,7
+85,7
@@
unset VISUAL EMAIL LANGUAGE COLUMNS $("$PERL_PATH" -e '
.*_TEST
PROVE
VALGRIND
- PERF_
AGGREGATING_LATER
+ PERF_
));
my @vars = grep(/^GIT_/ && !/^GIT_($ok)/o, @env);
print join("\n", @vars);