]> git.proxmox.com Git - mirror_qemu.git/commit
libqtest: fail if child coredumps
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 24 May 2018 14:24:35 +0000 (17:24 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 25 May 2018 14:08:39 +0000 (17:08 +0300)
commitfa0d421f39b353ed2de901bb798f81ce9824c2f3
tree525ac3168fa9ae8b9c666293f9318b550f1bc181
parent28012e190e6897cfc2a98364240909d08e90ffc0
libqtest: fail if child coredumps

Right now tests report OK status if QEMU crashes during cleanup.
Let's catch that case and fail the test.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Acked-by: Thomas Huth <thuth@redhat.com>
tests/libqtest.c