From ab5ed3d9bfead6c89ca3b1a96d2696c0065fd9c3 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 13 Nov 2021 13:46:33 +0100 Subject: [PATCH] print state on no signal --- test_coverage.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_coverage.sh b/test_coverage.sh index ea459be2..41678d42 100755 --- a/test_coverage.sh +++ b/test_coverage.sh @@ -354,7 +354,8 @@ while [[ ! "$status" = 0 ]] && [[ $cnt -gt 0 ]]; do cnt=$((cnt - 1)) done if [ "$status" != 0 ]; then - echo `date` "unable to acquire signal" + echo `date` "unable to acquire signal, stete:" + ./src/tools/ebusctl -p 8877 -t 10 state kill $pid kill $srvpid echo `date` "ebusd log:"