mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ _check_test_img
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "=== Resizing image"
|
echo "=== Resizing image"
|
||||||
$QEMU_IO "$TEST_IMG" <<EOF
|
$QEMU_IO "$TEST_IMG" <<EOF | _filter_qemu_io
|
||||||
length
|
length
|
||||||
truncate $big_size
|
truncate $big_size
|
||||||
length
|
length
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue