diff --git a/bin/check.sh b/bin/check.sh index 667fce83..a3e157bd 100755 --- a/bin/check.sh +++ b/bin/check.sh @@ -467,6 +467,7 @@ run_sipp() { if ps -p"${pid}" &> /dev/null ; then echo "$(date) - sipp responder ${base} pid ${pid} not finished yet. Killing it" kill -SIGUSR1 "${pid}" + status=1 fi fi done