Re: [Qemu-devel] [PATCH 4/5] iotests.py: Add qemu_io_silent

2018-04-30 Thread Eric Blake
On 04/28/2018 09:41 AM, Max Reitz wrote: With qemu-io now returning a useful exit code, some tests may find it sufficient to just query that instead of logging (and filtering) the whole output. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 9 + 1 file changed, 9 insert

[Qemu-devel] [PATCH 4/5] iotests.py: Add qemu_io_silent

2018-04-28 Thread Max Reitz
With qemu-io now returning a useful exit code, some tests may find it sufficient to just query that instead of logging (and filtering) the whole output. Signed-off-by: Max Reitz --- tests/qemu-iotests/iotests.py | 9 + 1 file changed, 9 insertions(+) diff --git a/tests/qemu-iotests/iote