mirror of https://github.com/xemu-project/xemu.git
qemu-iotests: Filter qemu-io output in 025
Signed-off-by: Fam Zheng <famz@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
This commit is contained in:
parent
c9fbb99d41
commit
0d83c98bf1
|
@ -56,7 +56,7 @@ _check_test_img
|
|||
|
||||
echo
|
||||
echo "=== Resizing image"
|
||||
$QEMU_IO "$TEST_IMG" <<EOF
|
||||
$QEMU_IO "$TEST_IMG" <<EOF | _filter_qemu_io
|
||||
length
|
||||
truncate $big_size
|
||||
length
|
||||
|
|
Loading…
Reference in New Issue