search for: 139e68e42

Displaying 3 results from an estimated 3 matches for "139e68e42".

2019 Dec 16
0
[PATCH 2/2] tests: switch to config.sh for xmllint
...nces. diff -ur $diff_ignore "expected-$b.xml" "actual-$b.xml" diff --git a/inspector/test-virt-inspector.sh.in b/inspector/test-virt-inspector.sh similarity index 95% rename from inspector/test-virt-inspector.sh.in rename to inspector/test-virt-inspector.sh index 191f6fbc0..139e68e42 100755 --- a/inspector/test-virt-inspector.sh.in +++ b/inspector/test-virt-inspector.sh @@ -31,7 +31,7 @@ for f in ../test-data/phony-guests/{debian,fedora,ubuntu,archlinux,coreos,window b=$(basename "$f" .xml) $VG virt-inspector --format=raw -a "$f" > "actual...
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 +-
2019 Dec 17
5
[PATCH 0/3] Various dist/build fixes
Fix one dist issue, and various builddir!=srcdir issues, also with the patch proposed in the Debian bug #946594. Patch #3 applies also to the virt-v2v repository, and will be committed there too (with references to the libguestfs commit). Pino Toscano (3): inspector: ship the actual test script tests: fix srcdir references build: fix make implicit dependencies on ml/mli files