mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
qemu-iotests: filter TEST_DIR correctly in 019
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
581e7d530b
commit
2684871af5
2 changed files with 3 additions and 3 deletions
|
@ -92,7 +92,7 @@ mv $TEST_IMG $TEST_IMG.orig
|
||||||
for backing_option in "-B $TEST_IMG.base" "-o backing_file=$TEST_IMG.base"; do
|
for backing_option in "-B $TEST_IMG.base" "-o backing_file=$TEST_IMG.base"; do
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo Testing conversion with $backing_option
|
echo Testing conversion with $backing_option | _filter_testdir
|
||||||
echo
|
echo
|
||||||
$QEMU_IMG convert -O $IMGFMT $backing_option $TEST_IMG.orig $TEST_IMG
|
$QEMU_IMG convert -O $IMGFMT $backing_option $TEST_IMG.orig $TEST_IMG
|
||||||
|
|
||||||
|
|
|
@ -538,7 +538,7 @@ qemu-io> wrote 65536/65536 bytes at offset 4296146944
|
||||||
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||||
qemu-io> No errors were found on the image.
|
qemu-io> No errors were found on the image.
|
||||||
|
|
||||||
Testing conversion with -B /home/kwolf/source/iotests-qemu/scratch/t.qcow2.base
|
Testing conversion with -B TEST_DIR/t.qcow2.base
|
||||||
|
|
||||||
Checking if backing clusters are allocated when they shouldn't
|
Checking if backing clusters are allocated when they shouldn't
|
||||||
|
|
||||||
|
@ -1082,7 +1082,7 @@ qemu-io> read 65536/65536 bytes at offset 4296343552
|
||||||
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
|
||||||
qemu-io> No errors were found on the image.
|
qemu-io> No errors were found on the image.
|
||||||
|
|
||||||
Testing conversion with -o backing_file=/home/kwolf/source/iotests-qemu/scratch/t.qcow2.base
|
Testing conversion with -o backing_file=TEST_DIR/t.qcow2.base
|
||||||
|
|
||||||
Checking if backing clusters are allocated when they shouldn't
|
Checking if backing clusters are allocated when they shouldn't
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue