Skip to content

Commit

Permalink
Add missing break
Browse files Browse the repository at this point in the history
  • Loading branch information
AI0867 authored and GregoryLundberg committed Nov 30, 2017
1 parent b8186dd commit ec90985
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/travis/mp_test_executor.sh
Expand Up @@ -26,6 +26,7 @@ while true; do
if [ $EXEC_TIME -gt $TIMEOUT_TIME ]; then
kill $hostpid 2>/dev/null
kill $joinpid 2>/dev/null
break
fi
# Check if clients still running
if ! kill -0 $hostpid 2>/dev/null; then
Expand Down

0 comments on commit ec90985

Please sign in to comment.