]> Git Repo - qemu.git/commit
iotests: Use _rm_test_img for deleting test images
authorMax Reitz <[email protected]>
Thu, 7 Nov 2019 16:37:01 +0000 (17:37 +0100)
committerMax Reitz <[email protected]>
Mon, 6 Jan 2020 12:43:07 +0000 (13:43 +0100)
commitf91ecbd74eb75e9d4c7b4016edaf69d070cb3f9b
tree67c2a289d1ed38e9c8b94dbaee48496081f1d4af
parent52a97b5a42d485e89ce61c0310c3cd78fb998938
iotests: Use _rm_test_img for deleting test images

Just rm will not delete external data files.  Use _rm_test_img every
time we delete a test image.

(In the process, clean up the indentation of every _cleanup() this patch
touches.)

((Also, use quotes consistently.  I am happy to see unquoted instances
like "rm -rf $TEST_DIR/..." go.))

Signed-off-by: Max Reitz <[email protected]>
Reviewed-by: Maxim Levitsky <[email protected]>
Message-id: 20191107163708[email protected]
Signed-off-by: Max Reitz <[email protected]>
57 files changed:
tests/qemu-iotests/019
tests/qemu-iotests/020
tests/qemu-iotests/024
tests/qemu-iotests/028
tests/qemu-iotests/029
tests/qemu-iotests/043
tests/qemu-iotests/048
tests/qemu-iotests/050
tests/qemu-iotests/053
tests/qemu-iotests/058
tests/qemu-iotests/059
tests/qemu-iotests/061
tests/qemu-iotests/063
tests/qemu-iotests/069
tests/qemu-iotests/074
tests/qemu-iotests/080
tests/qemu-iotests/081
tests/qemu-iotests/085
tests/qemu-iotests/088
tests/qemu-iotests/092
tests/qemu-iotests/094
tests/qemu-iotests/095
tests/qemu-iotests/099
tests/qemu-iotests/109
tests/qemu-iotests/110
tests/qemu-iotests/122
tests/qemu-iotests/123
tests/qemu-iotests/141
tests/qemu-iotests/142
tests/qemu-iotests/144
tests/qemu-iotests/153
tests/qemu-iotests/156
tests/qemu-iotests/159
tests/qemu-iotests/160
tests/qemu-iotests/161
tests/qemu-iotests/170
tests/qemu-iotests/172
tests/qemu-iotests/173
tests/qemu-iotests/178
tests/qemu-iotests/182
tests/qemu-iotests/183
tests/qemu-iotests/185
tests/qemu-iotests/187
tests/qemu-iotests/190
tests/qemu-iotests/191
tests/qemu-iotests/195
tests/qemu-iotests/197
tests/qemu-iotests/200
tests/qemu-iotests/215
tests/qemu-iotests/225
tests/qemu-iotests/229
tests/qemu-iotests/232
tests/qemu-iotests/243
tests/qemu-iotests/244
tests/qemu-iotests/247
tests/qemu-iotests/249
tests/qemu-iotests/252
This page took 0.040306 seconds and 4 git commands to generate.