mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
tests: Add VIR_TEST_DEBUG and VIR_TEST_VERBOSE
To remove a bunch of TestGetDebug()/TestGetVerbose() checks
This commit is contained in:
@@ -960,7 +960,7 @@ virCapsPtr virTestGenericCapsInit(void)
|
||||
if (!caps_str)
|
||||
goto error;
|
||||
|
||||
fprintf(stderr, "Generic driver capabilities:\n%s", caps_str);
|
||||
VIR_TEST_DEBUG("Generic driver capabilities:\n%s", caps_str);
|
||||
|
||||
VIR_FREE(caps_str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user