mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 20:00:05 +00:00
tests: skip schema validation tests if xmllint is missing
On IRC, someone complained that a system without xmllint installed failed a number of tests. * tests/schematestutils.sh: Probe for xmllint. Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
8f3ead2da9
commit
48d6ae1fb6
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
(xmllint --version) >/dev/null 2>&1 || skip_test_ 'Missing xmllint'
|
||||
|
||||
check_schema () {
|
||||
|
||||
DIRS=$1
|
||||
|
Loading…
x
Reference in New Issue
Block a user