diff options
author | Fam Zheng <famz@redhat.com> | 2013-11-18 15:13:01 +0800 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2013-11-29 17:41:13 +0100 |
commit | c34b8012e877f494c7be5abdfb67b51242a6935e (patch) | |
tree | 868aa86298c86c37f917ecaba7a6d12cb9645c98 /tests/qemu-iotests/047.out | |
parent | 0d83c98bf15269e80e3558dc2c7b27e2f4386158 (diff) | |
download | qemu-c34b8012e877f494c7be5abdfb67b51242a6935e.zip qemu-c34b8012e877f494c7be5abdfb67b51242a6935e.tar.gz qemu-c34b8012e877f494c7be5abdfb67b51242a6935e.tar.bz2 |
qemu-iotests: Filter out 'qemu-io> ' prompt
This removes "qemu-io> " prompt from qemu-io output in _filter_qemu_io,
and updates all the output files with the following command:
cd tests/qemu-iotests && sed -i "s/qemu-io> //g" *.out
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/047.out')
-rw-r--r-- | tests/qemu-iotests/047.out | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/qemu-iotests/047.out b/tests/qemu-iotests/047.out index 81b2ff7..959f2af 100644 --- a/tests/qemu-iotests/047.out +++ b/tests/qemu-iotests/047.out @@ -1,22 +1,22 @@ QA output created by 047 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 -qemu-io> wrote 327680/327680 bytes at offset 0 +wrote 327680/327680 bytes at offset 0 320 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -qemu-io> wrote 131072/131072 bytes at offset 327680 +wrote 131072/131072 bytes at offset 327680 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -qemu-io> wrote 131072/131072 bytes at offset 1048576 +wrote 131072/131072 bytes at offset 1048576 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -qemu-io> wrote 131072/131072 bytes at offset 458752 +wrote 131072/131072 bytes at offset 458752 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -qemu-io> discard 131072/131072 bytes at offset 327680 +discard 131072/131072 bytes at offset 327680 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -qemu-io> qemu-io> qemu-io> wrote 491520/491520 bytes at offset 0 +wrote 491520/491520 bytes at offset 0 480 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -qemu-io> qemu-io> qemu-io> read 491520/491520 bytes at offset 0 +read 491520/491520 bytes at offset 0 480 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -qemu-io> read 98304/98304 bytes at offset 491520 +read 98304/98304 bytes at offset 491520 96 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -qemu-io> read 131072/131072 bytes at offset 1048576 +read 131072/131072 bytes at offset 1048576 128 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) -qemu-io> No errors were found on the image. +No errors were found on the image. *** done |