mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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:
parent
50e6688733
commit
71c5c4d8a2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user