Displaying 2 results from an estimated 2 matches for "24ca515bb".
2019 Dec 16
0
[PATCH 2/2] tests: switch to config.sh for xmllint
...if there
# are any differences.
diff -ur $diff_ignore "expected-$b.xml" "actual-$b.xml"
diff --git a/inspector/test-xmllint.sh.in b/inspector/test-xmllint.sh
similarity index 93%
rename from inspector/test-xmllint.sh.in
rename to inspector/test-xmllint.sh
index 24ca515bb..0de37f860 100755
--- a/inspector/test-xmllint.sh.in
+++ b/inspector/test-xmllint.sh
@@ -22,5 +22,5 @@ $TEST_FUNCTIONS
skip_if_skipped
for f in $srcdir/example-*.xml; do
- @XMLLINT@ --noout --relaxng $srcdir/virt-inspector.rng $f
+ $XMLLINT --noout --relaxng $srcdir/virt-inspector.rng $f...
2019 Dec 16
3
[PATCH 0/2] tests: simpler way to use configure results
Add a single shell script to hold results of configure.
Pino Toscano (2):
build: add an empty config.sh
tests: switch to config.sh for xmllint
.gitignore | 4 +---
config.sh.in | 22 +++++++++++++++++++
configure.ac | 7 +-----
...luks.sh.in => test-virt-inspector-luks.sh} | 2 +-