On Tue, Oct 09, 2018 at 15:48:44 +0200, Michal Privoznik wrote:
> Because of lacking virTestCounterReset() call, the old test cases
> name was preserved.
> 
> Signed-off-by: Michal Privoznik <[email protected]>
> ---
>  tests/virfiletest.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/virfiletest.c b/tests/virfiletest.c
> index efe15485eb..19dd06e49e 100644
> --- a/tests/virfiletest.c
> +++ b/tests/virfiletest.c
> @@ -388,6 +388,7 @@ mymain(void)
>      } while (0)
>  
>      if (holesSupported()) {
> +        virTestCounterReset("testFileInData ");
>          DO_TEST_IN_DATA(true, 4, 4, 4);
>          DO_TEST_IN_DATA(false, 4, 4, 4);
>          DO_TEST_IN_DATA(true, 8, 8, 8);

Reviewed-by: Jiri Denemark <[email protected]>

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to