]> git.proxmox.com Git - qemu.git/commitdiff
qemu-iotests: filter TEST_DIR correctly in 019
authorChristoph Hellwig <hch@lst.de>
Sun, 31 Oct 2010 20:07:46 +0000 (16:07 -0400)
committerKevin Wolf <kwolf@redhat.com>
Thu, 23 Feb 2012 09:29:38 +0000 (10:29 +0100)
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/019
tests/qemu-iotests/019.out

index 896b8d9930e0d092c20ffa12f4fc164613554391..e0187b1ffaee78b616585d37150e009420087ac9 100755 (executable)
@@ -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
 
     echo
-    echo Testing conversion with $backing_option
+    echo Testing conversion with $backing_option | _filter_testdir
     echo
     $QEMU_IMG convert -O $IMGFMT $backing_option $TEST_IMG.orig $TEST_IMG
 
index 84c38a07d5225025cb74b6dff8498afbd173af15..d3913dfea1c40801d732577d2a9c63da580817c3 100644 (file)
@@ -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)
 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
 
@@ -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)
 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