tests: test the test framework more thoroughly
commit5ebf89e88637fa641ced15edc10be0cf8d5dcbc8
authorAdam Spiers <git@adamspiers.org>
Sun, 16 Dec 2012 18:28:14 +0000 (16 18:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Dec 2012 22:22:12 +0000 (20 14:22 -0800)
tree5913a47329cfab7d00a3f7ccaca262f22e5b7b1a
parent565b6fa87bb0554eb7f1b8ec004df93e55d177a9
tests: test the test framework more thoroughly

Add 5 new full test suite runs each with a different number of
passing/failing/broken/fixed tests, in order to ensure that the
correct exit code and output are generated in each case.  As before,
these are run in a subdirectory to avoid disrupting the metrics for
the parent tests.

Signed-off-by: Adam Spiers <git@adamspiers.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0000-basic.sh