From: Fam Zheng Date: Fri, 3 Jun 2016 09:07:52 +0000 (+0800) Subject: iotests: 095: Clean up QEMU before showing image info X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6ea66b590cda71bddc3112b40a5c13378c1a3445;p=qemu.git iotests: 095: Clean up QEMU before showing image info Signed-off-by: Fam Zheng Message-id: 1464944872-24484-1-git-send-email-famz@redhat.com Signed-off-by: Max Reitz --- diff --git a/tests/qemu-iotests/095 b/tests/qemu-iotests/095 index dad04b9ac9..030adb22e1 100755 --- a/tests/qemu-iotests/095 +++ b/tests/qemu-iotests/095 @@ -74,6 +74,8 @@ _send_qemu_cmd $h "{ 'execute': 'block-commit', 'arguments': { 'device': 'test', 'top': '"${TEST_IMG}.snp1"' } }" "BLOCK_JOB_COMPLETED" +_cleanup_qemu + echo echo "=== Base image info after commit and resize ===" TEST_IMG="${TEST_IMG}.base" _img_info | _filter_img_info