mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Dump qemu driver capabilities if test debugging enabled
* src/testutils.[ch]: make testDebug externally available * src/testutilsqemu.c: if VIR_TEST_DEBUG is set, dump the qemu driver capabilities to stderr
This commit is contained in:
@@ -45,8 +45,9 @@
|
||||
((((int) ((T)->tv_sec - (U)->tv_sec)) * 1000000.0 + \
|
||||
((int) ((T)->tv_usec - (U)->tv_usec))) / 1000.0)
|
||||
|
||||
unsigned int testDebug = 0;
|
||||
|
||||
static unsigned int testOOM = 0;
|
||||
static unsigned int testDebug = 0;
|
||||
static unsigned int testCounter = 0;
|
||||
|
||||
double
|
||||
|
||||
Reference in New Issue
Block a user