t/README: --immediate skips cleanup commands for failed tests
Signed-off-by: Simon Ruderich <simon@ruderich.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
5bda18c186
commit
13cb3bb7e6
5
t/README
5
t/README
@ -86,7 +86,10 @@ appropriately before running "make".
|
||||
|
||||
--immediate::
|
||||
This causes the test to immediately exit upon the first
|
||||
failed test.
|
||||
failed test. Cleanup commands requested with
|
||||
test_when_finished are not executed if the test failed,
|
||||
in order to keep the state for inspection by the tester
|
||||
to diagnose the bug.
|
||||
|
||||
--long-tests::
|
||||
This causes additional long-running tests to be run (where
|
||||
|
Loading…
Reference in New Issue
Block a user