Skip to content

Commit

Permalink
Be fancier.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfuzz committed Oct 4, 2023
1 parent 83ac89f commit 774a0dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/run-all
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ done
if (( errors == 0 )); then
echo 'All passed. Yay!'
else
echo "${errors} error(s). Alas."
(( errors == 1 )) && noun=error || noun=errors
echo "${errors} ${noun}. Alas."
exit 1
fi

0 comments on commit 774a0dd

Please sign in to comment.