On 09/29/2017 12:08 PM, Max Reitz wrote: > Signed-off-by: Max Reitz <mre...@redhat.com> > --- > v3: Make the test actually pass (the reference output from v2 only > worked with v1 of the test...) > --- > tests/qemu-iotests/127 | 97 > ++++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/127.out | 14 +++++++ > tests/qemu-iotests/group | 1 + > 3 files changed, 112 insertions(+) > create mode 100755 tests/qemu-iotests/127 > create mode 100644 tests/qemu-iotests/127.out >
> +_cleanup() > +{ > + _cleanup_qemu > + _cleanup_test_img > + _rm_test_img "$TEST_IMG.overlay0" > + _rm_test_img "$TEST_IMG.overlay1" > +} > +trap "_cleanup; exit \$status" 0 1 2 3 15 Semantic conflict with Jeff's patches for './check -s' to preserve intermediate files. Otherwise, Reviewed-by: Eric Blake <ebl...@redhat.com> -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3266 Virtualization: qemu.org | libvirt.org
signature.asc
Description: OpenPGP digital signature