]> xenbits.xensource.com Git - libvirt.git/commitdiff
virhostdevtest: Drop useless VIR_TEST_DEBUG
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 27 Aug 2019 14:04:53 +0000 (16:04 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 27 Aug 2019 14:10:21 +0000 (16:10 +0200)
The virTestRun() already reports the same.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/virhostdevtest.c

index 05e83c65be0db273a3331ad506d14e0a6a6cec25..d7287e667ea06e6814b724ef0a2588269ddd960d 100644 (file)
@@ -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)