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/networkschematest
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/networkschematest')
-rwxr-xr-xtests/networkschematest3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/networkschematest b/tests/networkschematest
index 72100551a..46f3fc52b 100755
--- a/tests/networkschematest
+++ b/tests/networkschematest
@@ -1,7 +1,8 @@
#!/bin/sh
: ${srcdir=.}
-. $srcdir/schematestutils.sh
+. $srcdir/test-lib.sh
+. $abs_srcdir/schematestutils.sh
DIRS="../src/network networkxml2xmlin networkxml2xmlout"
SCHEMA="network.rng"