X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Faggregate-results.sh;h=6322854675fdae93cabbf55ac9a7cb531513b00d;hb=727fcd18c6a3897622582e71a2d71081e3ae40ea;hp=b016edb9117108523642b17862b20846f4fbc89c;hpb=11a38054641b7b0e927bf574369d4d8dfc7b4742;p=notmuch diff --git a/test/aggregate-results.sh b/test/aggregate-results.sh index b016edb9..63228546 100755 --- a/test/aggregate-results.sh +++ b/test/aggregate-results.sh @@ -82,7 +82,10 @@ if [ "$skipped" != "0" ]; then echo "$skipped $tests skipped." fi -if [ $success -gt 0 -a $fixed -eq 0 -a $failed -eq 0 -a $skipped -eq 0 ] +# Note that we currently do not consider skipped tests as failing the +# build. + +if [ $success -gt 0 -a $fixed -eq 0 -a $failed -eq 0 ] then exit 0 else