]> git.notmuchmail.org Git - notmuch/commitdiff
test suite: don't consider skipped individual tests as failing
authorDavid Bremner <david@tethera.net>
Thu, 24 Sep 2015 11:13:30 +0000 (08:13 -0300)
committerDavid Bremner <david@tethera.net>
Fri, 25 Sep 2015 12:18:22 +0000 (09:18 -0300)
It isn't completely clear what we want to do here, but

1) We currently don't fail if we skip a whole test file (mainly because
we neglect to count those skipped tests properly). This change at least
makes the two kinds of skipping consistent.

2) Automated build environments may have good reasons for building with
a minimal set of prereqs, and we don't want to discourage running our
test suite by breaking builds.


No differences found