search for: 13794c8

Displaying 2 results from an estimated 2 matches for "13794c8".

Did you mean: 137948
2016 May 19
0
[PATCH 1/3] tests: specify the image format when possible
...!= "true" ]; then +if [ "$(guestfish --format=qcow2 -a test-copy.qcow2 --ro -i is-file /test-umount)" != "true" ]; then echo "$0: test failed" exit 1 fi diff --git a/inspector/test-virt-inspector.sh b/inspector/test-virt-inspector.sh index 0dc209d..13794c8 100755 --- a/inspector/test-virt-inspector.sh +++ b/inspector/test-virt-inspector.sh @@ -33,7 +33,7 @@ for f in ../test-data/phony-guests/{debian,fedora,ubuntu,archlinux,coreos,window # Ignore zero-sized windows.img if ntfs-3g is not installed. if [ -s "$f" ]; then b=$(...
2016 May 19
6
[PATCH 0/3] misc tests-only changes
Hi, small series with small improvements to the tests. Pino Toscano (3): tests: specify the image format when possible tests: remove remaining relative paths to binaries fish: generate test-prep.sh with generator .gitignore | 1 + align/test-virt-alignment-scan.sh | 2 +- cat/Makefile.am | 2 +- cat/test-virt-cat.sh