search for: 2d713f16b

Displaying 2 results from an estimated 2 matches for "2d713f16b".

2019 Dec 16
0
[PATCH 2/2] tests: switch to config.sh for xmllint
...[chmod +x,-w installcheck.sh]) AC_CONFIG_FILES([ocaml-dep.sh], diff --git a/inspector/test-virt-inspector-luks.sh.in b/inspector/test-virt-inspector-luks.sh similarity index 94% rename from inspector/test-virt-inspector-luks.sh.in rename to inspector/test-virt-inspector-luks.sh index 2d713f16b..9cb062ec4 100755 --- a/inspector/test-virt-inspector-luks.sh.in +++ b/inspector/test-virt-inspector-luks.sh @@ -35,7 +35,7 @@ if [ -s "$f" ]; then echo FEDORA | $VG virt-inspector --keys-from-stdin --format=raw -a "$f" > "actual-$b.xml" # Check the g...
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 +-