[PATCH 1/2] Test suite fixup.
commit886856aba21b5e6ee41e9e91c9e6fcebc7a5ad1c
authorJunio C Hamano <junkio@cox.net>
Sat, 14 May 2005 07:24:27 +0000 (14 00:24 -0700)
committerPetr Baudis <xpasky@machine.sinus.cz>
Sat, 14 May 2005 16:06:21 +0000 (14 18:06 +0200)
tree7568d3c23e69cf196ba5ba8bba935fc68dbeeeaf
parent94e8afa28558786d1413645fd8aaadf157fb6eb4
[PATCH 1/2] Test suite fixup.

Exposing test_expect_success and test_expect_failure turns out
to be enough for the test scripts and there is no need for
exposing test_ok or test_failure.  This patch cleans it up and
fixes the users of test_ok and test_failure.

Also test scripts have acquired a new command line flag
'--immediate' to cause them to exit upon the first failure.
This is useful especially during the development of a new test.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
t/t1000-checkout-cache.sh
t/t1001-checkout-cache.sh
t/test-lib.sh