提交 48d6ae1f 编写于 作者: E Eric Blake

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: NEric Blake <eblake@redhat.com>
上级 8f3ead2d
#!/bin/sh
(xmllint --version) >/dev/null 2>&1 || skip_test_ 'Missing xmllint'
check_schema () {
DIRS=$1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册