scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 8935f439dc0a6b3c1dfc9f8b08f33ae09154ec96
parent 1bf2321029cb1e21b455019c39659daea65dffc9
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 10 Jan 2025 11:39:33 +0100

tests/make: Add timeout message

It helps to debug failing reasons in the tests.

Diffstat:
Mtests/make/execute/0098-signal.sh | 2+-
Mtests/make/execute/0099-signal.sh | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/make/execute/0098-signal.sh b/tests/make/execute/0098-signal.sh @@ -22,7 +22,7 @@ EOF pid=$! -sleep 10 && kill $$ 2>/dev/null & +sleep 10 && echo timeout >&2 && kill $$ 2>/dev/null & while : do diff --git a/tests/make/execute/0099-signal.sh b/tests/make/execute/0099-signal.sh @@ -22,7 +22,7 @@ EOF pid=$! -sleep 10 && kill $$ 2>/dev/null & +sleep 10 && echo timeout >&2 && kill $$ 2>/dev/null & while : do