Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fetch-pack: eliminate spurious error messages
[gitweb.git]
/
t
/
perf
/
perf-lib.sh
diff --git
a/t/perf/perf-lib.sh
b/t/perf/perf-lib.sh
index 5580c22812be1cadd6b70974eb85ce7cda1b8df3..a1361e530c60609a52948dd0fd35642d57f84486 100644
(file)
--- a/
t/perf/perf-lib.sh
+++ b/
t/perf/perf-lib.sh
@@
-163,7
+163,7
@@
test_perf () {
else
echo "perf $test_count - $1:"
fi
- for i in $(seq 1 $GIT_PERF_REPEAT_COUNT); do
+ for i in $(
test_
seq 1 $GIT_PERF_REPEAT_COUNT); do
say >&3 "running: $2"
if test_run_perf_ "$2"
then