author | Junio C Hamano <junkio@cox.net> | |
Sat, 14 May 2005 07:24:27 +0000 (00:24 -0700) | ||
committer | Petr Baudis <xpasky@machine.sinus.cz> | |
Sat, 14 May 2005 16:06:21 +0000 (18:06 +0200) | ||
commit | 886856aba21b5e6ee41e9e91c9e6fcebc7a5ad1c | |
tree | 7568d3c23e69cf196ba5ba8bba935fc68dbeeeaf | tree | snapshot |
parent | 94e8afa28558786d1413645fd8aaadf157fb6eb4 | commit | diff |
[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>
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 | diff | blob | history | |
t/t1001-checkout-cache.sh | diff | blob | history | |
t/test-lib.sh | diff | blob | history |