mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user