tests/tcg: Use SIGKILL for timeout
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Jan 2023 18:01:08 +0000 (18:01 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 2 Feb 2023 10:44:23 +0000 (10:44 +0000)
commit57dbce5a4f76c2e2201905a6211eb2a83a8bacce
tree1316007f1f90963557d5fb54d594a3db1fd20644
parent5842de51573fdbd7299ab4b33d64b7446cc07649
tests/tcg: Use SIGKILL for timeout

linux-user blocks all signals while attempting to handle guest
signals (e.g. ABRT), which means that the default TERM sent by timeout
has no effect -- KILL instead.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230117035701.168514-2-richard.henderson@linaro.org>
[AJB: expanded commit message from cover letter]
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230124180127.1881110-17-alex.bennee@linaro.org>
tests/tcg/Makefile.target