Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtney Peverley committed Sep 1, 2023
1 parent 1683be3 commit b085139
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/run_fortran_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ echo "Skipping var_action_test/run_test until feature is fully implemented"
if [ $errcnt -eq 0 ]; then
echo "All tests PASSed!"
else
echo "${errcnt} tests FAILed"
if [ $errcnt -eq 1 ]; then
echo "${errcnt} test FAILed"
else
echo "${errcnt} tests FAILed"
fi
#Exit with non-zero exit code
exit 1
fi

0 comments on commit b085139

Please sign in to comment.