[libvirt] [PATCH 6/9] virhostdevtest: Drop useless VIR_TEST_DEBUG

Michal Privoznik mprivozn at redhat.com
Mon Aug 12 11:54:22 UTC 2019


From: Michal Privoznik <miso.privoznik at gmail.com>

The virTestRun() already reports the same.

Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
---
 tests/virhostdevtest.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/virhostdevtest.c b/tests/virhostdevtest.c
index 713e0ff9a6..f6ea4c54fd 100644
--- a/tests/virhostdevtest.c
+++ b/tests/virhostdevtest.c
@@ -509,7 +509,6 @@ mymain(void)
 
 # define DO_TEST(fnc) \
     do { \
-        VIR_DEBUG("Testing: %s", #fnc); \
         if (virTestRun(#fnc, fnc, NULL) < 0) \
             ret = -1; \
     } while (0)
-- 
2.21.0




More information about the libvir-list mailing list