Re: [PATCH] iotests: Fix cleanup path in some tests

2020-03-24 Thread Max Reitz
On 24.02.20 18:16, Max Reitz wrote: > Some iotests leave behind some external data file when run for qcow2 > with -o data_file. Fix that. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/085 | 1 + > tests/qemu-iotests/087 | 6 ++ > tests/qemu-iotests/279 | 2 +- > 3 files changed, 8

Re: [PATCH] iotests: Fix cleanup path in some tests

2020-02-24 Thread Eric Blake
On 2/24/20 11:16 AM, Max Reitz wrote: Some iotests leave behind some external data file when run for qcow2 with -o data_file. Fix that. Signed-off-by: Max Reitz --- tests/qemu-iotests/085 | 1 + tests/qemu-iotests/087 | 6 ++ tests/qemu-iotests/279 | 2 +- 3 files changed, 8 insertion

Re: [PATCH] iotests: Fix cleanup path in some tests

2020-02-24 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200224171631.384314-1-mre...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ===

[PATCH] iotests: Fix cleanup path in some tests

2020-02-24 Thread Max Reitz
Some iotests leave behind some external data file when run for qcow2 with -o data_file. Fix that. Signed-off-by: Max Reitz --- tests/qemu-iotests/085 | 1 + tests/qemu-iotests/087 | 6 ++ tests/qemu-iotests/279 | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/qemu