tests: small note at the end of output with the tests outcome

pull/25/head
Tomas Susanka 6 years ago
parent 9c469d583a
commit a306ce60c2

@ -24,4 +24,10 @@ done
echo
echo 'Summary:'
printf '%s\n' "${results[@]}"
echo '-------------------'
if [ $error == 0 ]; then
echo 'ALL OK'
else
echo 'FAIL at least one error occurred'
fi
exit $error

Loading…
Cancel
Save