TT#81700 check.sh: mark as failed if any responder proc is killed

Change-Id: I180103c218b126552267c735f536ea020091b065
mr9.5.1
Victor Seva 5 years ago
parent 0c0fedb157
commit b8cc633abc

@ -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

Loading…
Cancel
Save