Skip to content

Commit

Permalink
Fix zephyr ports
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Oct 24, 2023
1 parent 4a0744f commit 9de1a22
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/client.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ do_cleanup() {
if [ $broker_pid != $no_pid ]
then
kill -6 $broker_pid
sleep 1
fi

if [ $1 -ne 0 ]
then
exit 1
Expand Down
1 change: 1 addition & 0 deletions scripts/firmware.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ do_cleanup() {
if [ $broker_pid != $no_pid ]
then
kill -6 $broker_pid
sleep 1
fi

if [ $1 -ne 0 ]
Expand Down
1 change: 1 addition & 0 deletions scripts/multithread.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ do_cleanup() {
if [ $broker_pid != $no_pid ]
then
kill -6 $broker_pid
sleep 1
fi

if [ $1 -ne 0 ]
Expand Down
1 change: 1 addition & 0 deletions scripts/nbclient.test
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ do_cleanup() {
if [ $broker_pid != $no_pid ]
then
kill -6 $broker_pid
sleep 1
fi

if [ $1 -ne 0 ]
Expand Down

0 comments on commit 9de1a22

Please sign in to comment.