search for: 3c53da6

Displaying 3 results from an estimated 3 matches for "3c53da6".

Did you mean: 3c536a9
2016 May 19
0
[PATCH 1/3] tests: specify the image format when possible
...systems > rhbz1285847.out +guestfish --format=raw -a rhbz1285847-2.img run : list-filesystems > rhbz1285847.out if [ "$(cat rhbz1285847.out)" != "/dev/sda1: ext4 /dev/sda2: unknown diff --git a/tests/regressions/rhbz563450.sh b/tests/regressions/rhbz563450.sh index 5215676..3c53da6 100755 --- a/tests/regressions/rhbz563450.sh +++ b/tests/regressions/rhbz563450.sh @@ -30,9 +30,9 @@ fi rm -f rhbz563450.out guestfish --ro > rhbz563450.out <<EOF -add-drive-ro ../../test-data/phony-guests/fedora.img +add ../../test-data/phony-guests/fedora.img readonly:true format:raw...
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
2017 Feb 20
3
[PATCH 0/3] tests: Define common test functions.
Previously I posted a work-in-progress preview of this patch series: https://www.redhat.com/archives/libguestfs/2017-February/msg00224.html This is the finished version that updates all of the shell-script based tests. It passes 'make check', 'make check-direct' and 'make check-slow'. Rich.