X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Faggregate-results.sh;h=6322854675fdae93cabbf55ac9a7cb531513b00d;hp=b016edb9117108523642b17862b20846f4fbc89c;hb=3cf7ed26c06fb3fa7145948fd9a9f2973037a5fd;hpb=3c46a9e6df9ac736bf9462d3b16494069509e0e7 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