boot-serial-test: use -no-shutdown
commit7150d34a1d60851d73d6ab6783b12b1d25e68f86
authorChristian Borntraeger <borntraeger@de.ibm.com>
Fri, 24 Mar 2017 13:19:30 +0000 (24 14:19 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 24 Mar 2017 13:39:50 +0000 (24 13:39 +0000)
tree2eb80be297fa7c6f82c0ea0f9e7646924eaa15a8
parentbd517b4337dd9322b28945b72ae726f9cd269940
boot-serial-test: use -no-shutdown

a qemu with an empty s390 guest will exit very quickly. This races
against the testsuite reading from the console pipe leading to
intermittent test suite failures. Using -no-shutdown will keep
the guest running.

Fixes: 864111f422ba (vl: exit qemu on guest panic if -no-shutdown is not set)
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-id: 1490361570-288658-1-git-send-email-borntraeger@de.ibm.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/boot-serial-test.c