Native CoAP CI test: fix cleanup

This commit is contained in:
Simon Duquennoy 2018-01-27 13:06:28 -08:00
parent 5e04920db9
commit d5ede05f9a
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ done
echo "Closing native node"
sleep 2
pgrep hello-world | sudo xargs kill -9
pgrep coap-example | sudo xargs kill -9
if [ $TESTCOUNT -eq $OKCOUNT ] ; then
printf "%-32s TEST OK %3d/%d\n" "$BASENAME" "$OKCOUNT" "$TESTCOUNT" > $BASENAME.testlog;