Re: [PATCH 04/19] iotests.py: Add qemu_img_pipe_and_status()

2020-06-29 Thread Maxim Levitsky
On Thu, 2020-06-25 at 14:55 +0200, Max Reitz wrote: > This function will be used by the next patch, which intends to check > both the exit code and qemu-img's output. > > Signed-off-by: Max Reitz > --- > tests/qemu-iotests/iotests.py | 34 +- > 1 file changed, 17

[PATCH 04/19] iotests.py: Add qemu_img_pipe_and_status()

2020-06-25 Thread Max Reitz
This function will be used by the next patch, which intends to check both the exit code and qemu-img's output. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/tests/qemu-iotests/io