virhostdevtest: Drop useless VIR_TEST_DEBUG

The virTestRun() already reports the same.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Michal Privoznik 2019-08-27 16:04:53 +02:00
parent 50e6688733
commit 71c5c4d8a2

View 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)