mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 11:21:12 +00:00
e8ac4a79f1
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
11 lines
185 B
Bash
Executable File
11 lines
185 B
Bash
Executable File
#!/bin/sh
|
|
|
|
: ${srcdir=.}
|
|
. $srcdir/test-lib.sh
|
|
. $abs_srcdir/schematestutils.sh
|
|
|
|
DIRS="storagevolxml2xmlin storagevolxml2xmlout"
|
|
SCHEMA="storagevol.rng"
|
|
|
|
check_schema "$DIRS" "$SCHEMA"
|