Native CoAP CI test: fix cleanup
This commit is contained in:
parent
5e04920db9
commit
d5ede05f9a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user