]> git.proxmox.com Git - mirror_qemu.git/commit
iotests: disable core dumps in test 061
authorAlberto Garcia <berto@igalia.com>
Mon, 28 Sep 2015 14:23:00 +0000 (17:23 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 16 Oct 2015 13:34:29 +0000 (15:34 +0200)
commitefd0fbbcf5d28b18fc629681e3bc8bee1bfadd9a
treedc201e05eef5223f4f736ceb2dc1aae5205045d8
parentc49d3411faae8ffaab8f7e5db47405a008411c10
iotests: disable core dumps in test 061

Commit 934659c460 disabled the supression of segmentation faults in
bash tests. The new output of test 061, however, assumes that a core
dump will be produced if a program aborts. This is not necessarily the
case because core dumps can be disabled using ulimit.

Since we cannot guarantee that abort() will produce a core dump, we
should use SIGKILL instead (that does not produce any) and update the
test output accordingly.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/061
tests/qemu-iotests/061.out