From b8cc633abc4b5be3e165dac8aca5946f54d9fd0c Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 8 Jun 2021 14:13:13 +0200 Subject: [PATCH] TT#81700 check.sh: mark as failed if any responder proc is killed Change-Id: I180103c218b126552267c735f536ea020091b065 --- bin/check.sh | 1 + 1 file changed, 1 insertion(+) 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