aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/157
diff options
context:
space:
mode:
authorMax Reitz <mreitz@redhat.com>2016-07-11 15:22:46 +0200
committerMax Reitz <mreitz@redhat.com>2016-07-13 13:41:39 +0200
commit42190dcc70b34d59c81d72f1f8ff884aa27dd851 (patch)
tree567eef5c89ae7769a785b678dcd01e6f7e693cad /tests/qemu-iotests/157
parentc4b48bfdc59caf0a69b7e0a40c9ea6d3d7848bc3 (diff)
iotests: Make 157 actually format-agnostic
iotest 157 pretends not to care about the image format used, but in fact it does due to the format name not being filtered in its output. This patch adds filtering and changes the reference output accordingly. Signed-off-by: Max Reitz <mreitz@redhat.com> Message-id: 20160711132246.3152-1-mreitz@redhat.com Reviewed-by: John Snow <jsnow@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/157')
-rwxr-xr-xtests/qemu-iotests/1573
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qemu-iotests/157 b/tests/qemu-iotests/157
index 2699168f1d..8d939cb747 100755
--- a/tests/qemu-iotests/157
+++ b/tests/qemu-iotests/157
@@ -57,7 +57,8 @@ function do_run_qemu()
function run_qemu()
{
- do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_qemu | _filter_generated_node_ids
+ do_run_qemu "$@" 2>&1 | _filter_testdir | _filter_imgfmt \
+ | _filter_qemu | _filter_generated_node_ids
}