diff options
author | Max Reitz <mreitz@redhat.com> | 2019-12-18 11:48:54 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-12-19 13:20:10 +0100 |
commit | d6f2c0b5a27f2a7e249ad6202fe88756c053ac0a (patch) | |
tree | 73fdd0ea89b71a740ea1479de29091467c677188 /tests/qemu-iotests/273 | |
parent | c85c6d9ec1f992a4d9b4b72cabf80235ab652b90 (diff) | |
download | qemu-d6f2c0b5a27f2a7e249ad6202fe88756c053ac0a.zip qemu-d6f2c0b5a27f2a7e249ad6202fe88756c053ac0a.tar.gz qemu-d6f2c0b5a27f2a7e249ad6202fe88756c053ac0a.tar.bz2 |
iotests/273: Filter format-specific information
Doing this allows running this test with e.g. -o compat=0.10 or
-o compat=refcount_bits=1.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/273')
-rwxr-xr-x | tests/qemu-iotests/273 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/273 b/tests/qemu-iotests/273 index 98a6725..d598c47 100755 --- a/tests/qemu-iotests/273 +++ b/tests/qemu-iotests/273 @@ -48,7 +48,8 @@ do_run_qemu() run_qemu() { do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_qemu | _filter_qmp | - _filter_generated_node_ids | _filter_imgfmt | _filter_actual_image_size + _filter_generated_node_ids | _filter_imgfmt | + _filter_actual_image_size | _filter_img_info } TEST_IMG="$TEST_IMG.base" _make_test_img 64M |