Re: [PATCH 11/14] iotests: replace qemu_img_log('create', ...) calls

2022-03-17 Thread Hanna Reitz
On 09.03.22 04:54, John Snow wrote: qemu_img_log() calls into qemu_img_pipe(), which always removes output for 'create' commands on success anyway. Replace all of these calls to the simpler qemu_img_create(...) which doesn't log, but raises a detailed exception object on failure instead. Blank l

[PATCH 11/14] iotests: replace qemu_img_log('create', ...) calls

2022-03-08 Thread John Snow
qemu_img_log() calls into qemu_img_pipe(), which always removes output for 'create' commands on success anyway. Replace all of these calls to the simpler qemu_img_create(...) which doesn't log, but raises a detailed exception object on failure instead. Blank lines are removed from output files whe