Re: [PATCH] perf-lib: fix start/stop of perf tests

2013-06-29 Thread Junio C Hamano
Thanks, both. Will queue. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] perf-lib: fix start/stop of perf tests

2013-06-29 Thread Thomas Rast
Thomas Gummerer writes: > 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

[PATCH] perf-lib: fix start/stop of perf tests

2013-06-29 Thread Thomas Gummerer
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: T