[continuous-integration] kill ot-rcp and ot-cli in pty check (#5654)

This adds kill commands to POSIX pty check, to make sure all processes
are stopped before the check completes.
This commit is contained in:
Moandor
2020-10-15 23:01:31 +08:00
committed by GitHub
parent fdb9e43fa0
commit 5c7850ebe5
+2
View File
@@ -43,6 +43,8 @@ at_exit()
sudo killall expect || true
sudo killall ot-ctl || true
sudo killall ot-daemon || true
sudo killall ot-cli || true
sudo killall ot-rcp || true
sudo killall socat || true
exit $EXIT_CODE