Re: [Qemu-block] [PATCH v2 3/4] iotests: Do not suppress segfaults in bash tests

2015-09-02 Thread Eric Blake
On 09/02/2015 12:52 PM, Max Reitz wrote: > Currently, if a qemu/qemu-io/qemu-img/qemu-nbd invocation receives a > segmentation fault, that message is invisible in most cases since the > output is generally filtered and bash suppresses the segmentation fault > notice for any but the last element of

[Qemu-block] [PATCH v2 3/4] iotests: Do not suppress segfaults in bash tests

2015-09-02 Thread Max Reitz
Currently, if a qemu/qemu-io/qemu-img/qemu-nbd invocation receives a segmentation fault, that message is invisible in most cases since the output is generally filtered and bash suppresses the segmentation fault notice for any but the last element of a pipe. Most of the time, the test will then fai