This fixes leaked temporary files that are created during successful runs of qemu-iotests for qcow2, raw and vmdk. More file leaks exist for failing or interrupted tests, but this is something for another day.
Kevin Wolf (7): qemu-iotests/041: Fix leaked scratch images qemu-iotests: Remove blkdebug.conf after tests qemu-iotests/141: Fix image cleanup qemu-iotests/153: Fix leaked scratch images qemu-iotests/162: Fix leaked temporary files qemu-iotests/063: Fix leaked image qemu-iotests/059: Fix leaked image files tests/qemu-iotests/041 | 4 +++- tests/qemu-iotests/059 | 9 +++++++++ tests/qemu-iotests/059.out | 22 +++++++++++----------- tests/qemu-iotests/063 | 4 +--- tests/qemu-iotests/074 | 1 + tests/qemu-iotests/141 | 2 +- tests/qemu-iotests/153 | 1 + tests/qemu-iotests/162 | 7 +++++++ tests/qemu-iotests/179 | 1 + tests/qemu-iotests/common.rc | 3 +++ 10 files changed, 38 insertions(+), 16 deletions(-) -- 2.13.3