mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
iotests: replace qemu_img_log('create', ...) calls
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 where appropriate. Signed-off-by: John Snow <jsnow@redhat.com> Reviewed-by: Hanna Reitz <hreitz@redhat.com> Message-Id: <20220321201618.903471-17-jsnow@redhat.com> Signed-off-by: Hanna Reitz <hreitz@redhat.com>
This commit is contained in:
parent
97576f8c0a
commit
3c8b7358d6
6 changed files with 13 additions and 48 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
=== Launch VM ===
|
||||
Enabling migration QMP events on VM...
|
||||
{"return": {}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue