X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Faggregate-results.sh;h=0f1ea332b3e8b7800e644851cfdcce6b7c258d45;hp=cc5b83fbaac9a3b6980341fd2e62d9cab24c98cb;hb=c51d5b3cdb5ca0816816e88ca6f7136a24e74eee;hpb=222926abe1e221a6239ccb9436968af43e1b6fb2 diff --git a/test/aggregate-results.sh b/test/aggregate-results.sh index cc5b83fb..0f1ea332 100755 --- a/test/aggregate-results.sh +++ b/test/aggregate-results.sh @@ -49,7 +49,7 @@ pluralize () { } echo "Notmuch test suite complete." -if [ "$fixed" = "0" ] && [ "$broken" = "0" ]; then +if [ "$fixed" = "0" ] && [ "$failed" = "0" ]; then tests=$(pluralize "test" $total) printf "All $total $tests " if [ "$broken" = "0" ]; then