]> rtime.felk.cvut.cz Git - notmuch.git/commit
test: Report test failures from test_expect_*
authorAustin Clements <amdragon@mit.edu>
Thu, 12 May 2011 13:11:36 +0000 (09:11 -0400)
committerDavid Bremner <bremner@debian.org>
Tue, 13 Sep 2011 02:36:00 +0000 (23:36 -0300)
commit003e718020b335f329f852ff1a3da23873d2ff6e
treeb0d5367f05d644c7d8acf6c9cec5e6522baa02ea
parent5ae1b9c328518a3b09be827ee59498b0598119ff
test: Report test failures from test_expect_*

This makes test_expect_* return non-zero if the test fails, so the
caller can make decisions based on this, such as setting test
prerequisites.
test/test-lib.sh