Exit instead of returning when outside functions
This commit is contained in:
parent
6801ab22cf
commit
c919a73198
|
@ -153,4 +153,4 @@ while [ $# -ne 0 ]; do
|
|||
fi
|
||||
echo "All tests completed" 1>&2
|
||||
done
|
||||
return 0
|
||||
exit 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user