aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-11-30 19:01:31 +0000
committerDaniel P. Berrange <berrange@redhat.com>2010-01-15 16:28:05 +0000
commite8ac4a79f17b741e46980d1db8ca8815b060d39e (patch)
treeb01b037087ac7a3ee20202bff88222057b9c4417 /tests/testutilsqemu.c
parentFix compilation of virt-aa-helper.c (diff)
downloadlibvirt-e8ac4a79f17b741e46980d1db8ca8815b060d39e.tar.gz
libvirt-e8ac4a79f17b741e46980d1db8ca8815b060d39e.tar.bz2
libvirt-e8ac4a79f17b741e46980d1db8ca8815b060d39e.zip
Make test suite output less verbose
Only print out '.' for each test case, full test output can be re-enabled with VIR_TEST_VERBOSE=1, or VIR_TEST_DEBUG=XXXX Sample output now looks like TEST: statstest ........................................ 40 ................................... 75 OK PASS: statstest TEST: qparamtest ................................ 32 OK PASS: qparamtest TEST: ............ 12 OK
Diffstat (limited to 'tests/testutilsqemu.c')
-rw-r--r--tests/testutilsqemu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutilsqemu.c b/tests/testutilsqemu.c
index eeeb5eca5..b07ab4882 100644
--- a/tests/testutilsqemu.c
+++ b/tests/testutilsqemu.c
@@ -132,7 +132,7 @@ virCapsPtr testQemuCapsInit(void) {
NULL) == NULL)
goto cleanup;
- if (virtTestGetDebug()) {
+ if (virTestGetDebug()) {
char *caps_str;
caps_str = virCapabilitiesFormatXML(caps);