Skip to content
Snippets Groups Projects
Commit 1515e584 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

COB-49: logging

parent f5ed4a27
No related branches found
No related tags found
1 merge request!6Import cobalt2 into lofar4
......@@ -126,8 +126,8 @@ echo "********************************************************************"
echo "Skipped ${NRNOTAPPLICABLE} out of ${NRTESTS} tests."
echo "Ran ${NRAPPLICABLE} out of ${NRTESTS} tests."
echo "${SUCCESSPERCENTAGE}% or ${NRSUCCESS}/${NRAPPLICABLE} of the ran tests passed."
echo "$((100-SUCCESSPERCENTAGE))% or ${NRFAILURE}/${NRAPPLICABLE} of the ran tests failed."
echo "$((100-SUCCESSPERCENTAGE))% or ${NRFAILURE}/${NRAPPLICABLE} of the tests which ran failed."
echo "${SUCCESSPERCENTAGE}% or ${NRSUCCESS}/${NRAPPLICABLE} of the tests which ran passed."
echo ""
# Base our exit code on the existence of failed tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment