aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/aggregate-results.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/aggregate-results.sh')
-rwxr-xr-xtest/aggregate-results.sh2
1 files changed, 1 insertions, 1 deletions
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