Currently, if a qemu-related command (qemu, qemu-io, qemu-img, qemu-nbd)
is invoked in an iotest, receives a signal and is subsequently killed
(e.g. a segmentation fault), this is not logged in the test output. The
first patch in this series makes the bash tests no longer suppress that
line, and the second patch adds a similar notification for the python
tests.


Max Reitz (2):
  iotests: Do not suppress segfaults in bash tests
  iotests: Warn if python subprocess is killed

 tests/qemu-iotests/039           | 19 ++++++-------------
 tests/qemu-iotests/039.out       |  6 +++---
 tests/qemu-iotests/061           |  6 ++++--
 tests/qemu-iotests/061.out       |  2 ++
 tests/qemu-iotests/check         |  8 ++++----
 tests/qemu-iotests/common.config | 34 ++++++++++++++++++++++++++++++----
 tests/qemu-iotests/common.rc     | 12 +++++++++++-
 tests/qemu-iotests/iotests.py    | 32 ++++++++++++++++++++++++--------
 8 files changed, 84 insertions(+), 35 deletions(-)

-- 
2.5.0


Reply via email to