]> git.notmuchmail.org Git - notmuch/blobdiff - test/aggregate-results.sh
Merge in ruby bindings.
[notmuch] / test / aggregate-results.sh
index cc5b83fbaac9a3b6980341fd2e62d9cab24c98cb..0f1ea332b3e8b7800e644851cfdcce6b7c258d45 100755 (executable)
@@ -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