perf-lib: fix start/stop of perf tests
commit62a23c9f5823171319bd01a924338dfc8e2c0679
authorThomas Gummerer <t.gummerer@gmail.com>
Sat, 29 Jun 2013 13:38:39 +0000 (29 15:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 30 Jun 2013 01:45:24 +0000 (29 18:45 -0700)
tree5d3e4813b0fbacd8b7e8bf3901f9fab6659f7ba8
parentad0e6233320b004f0d686f6887c803e508607bd2
perf-lib: fix start/stop of perf tests

ae75342 test-lib: rearrange start/end of test_expect_* and test_skip
changed the way tests are started/stopped, but did not update the perf
tests.  They were therefore giving the wrong output, because of the
wrong test count.  Fix this by starting and stopping the tests
correctly.

Signed-off-by: Thomas Gummerer <t.gummerer@gmail.com>
Acked-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/perf/perf-lib.sh