]> Git Repo - qemu.git/blobdiff - tests/qemu-iotests/011
qemu-img: Print error if check failed
[qemu.git] / tests / qemu-iotests / 011
index b03df6887d1aabfd916aeeb23ada2dc0641667de..1c5158af43509c6a41b1957a9f5d987e55b6e0ac 100755 (executable)
@@ -60,7 +60,7 @@ for i in `seq 1 10`; do
     # Note that we filter away the actual offset.  That's because qemu
     # may re-order the two aio requests.  We only want to make sure the
     # filesystem isn't corrupted afterwards anyway.
-    $QEMU_IO -c "aio_write $off1 1M" -c "aio_write $off2 1M" $TEST_IMG | \
+    $QEMU_IO -c "aio_write $off1 1M" -c "aio_write $off2 1M" "$TEST_IMG" | \
        _filter_qemu_io | \
        sed -e 's/bytes at offset [0-9]*/bytes at offset XXX/g'
 done
This page took 0.022844 seconds and 4 git commands to generate.