[libvirt] [PATCH 1/4] virfiletest: Fix test name prefix for virFileInData test

Michal Privoznik mprivozn at redhat.com
Tue Oct 9 13:48:44 UTC 2018


Because of lacking virTestCounterReset() call, the old test cases
name was preserved.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 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);
-- 
2.18.0




More information about the libvir-list mailing list