Re: [PATCH] tests/guest-debug: catch hanging guests

2020-05-12 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200512104338.27365-1-alex.ben...@linaro.org/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN

[PATCH] tests/guest-debug: catch hanging guests

2020-05-12 Thread Alex Bennée
If gdb never actually connected with the guest we need to catch that and clean-up after ourselves. Signed-off-by: Alex Bennée --- tests/guest-debug/run-test.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tests/guest-debug/run-test.py b/tests/guest-debug/run-test.py index d9af9573b9