]> git.notmuchmail.org Git - notmuch/commit
test: Detect unfinished subsets
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 14 Nov 2010 21:54:31 +0000 (22:54 +0100)
committerCarl Worth <cworth@cworth.org>
Tue, 16 Nov 2010 19:28:06 +0000 (11:28 -0800)
commit556986511c010b72e31c8778a2a5a514586c9fed
treea356760f912decb0a32ca6efcaa21a237ca35227
parentf22a7ec1e28d1264cf9d67d78796b8ab22e09a35
test: Detect unfinished subsets

When test_begin_subtest is not followed by corresponding test_expect_equal,
the output of the rest of the test script is errornously suppressed. Add
code to detect these bugs in test scripts.
test/test-lib.sh