17 Apr
2018
17 Apr
'18
12:03 p.m.
On Tue, Apr 17, 2018 at 11:55:00 +0200, Martin Kletzander wrote:
Due to conditional execution of virTestRun(), the testCounter was incremented only if all the cases were run. When using VIR_TEST_RANGE=x-y, first x/2 of the increments were skipped and that made figuring out a precise case a PITA. Moving the condition into the test function makes it way nicer to find out the test numbers to use in VIR_TEST_RANGE.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> ---
Oh right. Sorry for that. ACK