On 17/06/2020 12.48, Max Reitz wrote: > Sometimes, we want to skip some test methods for certain formats. This > decorator allows that. > > Signed-off-by: Max Reitz <mre...@redhat.com> > --- > tests/qemu-iotests/118 | 7 +++---- > tests/qemu-iotests/iotests.py | 13 +++++++++++++ > 2 files changed, 16 insertions(+), 4 deletions(-)
Tested with: for i in raw bochs cloop parallels qcow qcow2 qed vdi vpc vhdx \ vmdk luks dmg ; do ./check -makecheck -$i 118 ; done Works fine for me, so: Tested-by: Thomas Huth <th...@redhat.com>