On 18.03.22 21:36, John Snow wrote:
Like qemu-img, qemu-io returning 0 should be the norm and not the
exception. Remove all calls to qemu_io_silent that just assert the
return code is zero (That's every last call, as it turns out), and
replace them with a normal qemu_io() call.

Signed-off-by: John Snow <js...@redhat.com>
---
  tests/qemu-iotests/216                        | 12 +++++-----
  tests/qemu-iotests/218                        |  5 ++---
  tests/qemu-iotests/224                        |  4 ++--
  tests/qemu-iotests/258                        | 12 +++++-----
  tests/qemu-iotests/298                        | 16 ++++++--------
  tests/qemu-iotests/310                        | 22 +++++++++----------
  tests/qemu-iotests/iotests.py                 | 16 --------------
  tests/qemu-iotests/tests/image-fleecing       |  4 ++--
  .../tests/mirror-ready-cancel-error           |  2 +-
  .../qemu-iotests/tests/stream-error-on-reset  |  4 ++--
  10 files changed, 39 insertions(+), 58 deletions(-)

qemu_io_silent_check() was unused anyway, right...?

Reviewed-by: Hanna Reitz <hre...@redhat.com>


Reply via email to