Skip to content

Commit 13cb3bb

Browse files
rudisgitster
authored andcommitted
t/README: --immediate skips cleanup commands for failed tests
Signed-off-by: Simon Ruderich <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5bda18c commit 13cb3bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

t/README

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ appropriately before running "make".
8686

8787
--immediate::
8888
This causes the test to immediately exit upon the first
89-
failed test.
89+
failed test. Cleanup commands requested with
90+
test_when_finished are not executed if the test failed,
91+
in order to keep the state for inspection by the tester
92+
to diagnose the bug.
9093

9194
--long-tests::
9295
This causes additional long-running tests to be run (where

0 commit comments

Comments
 (0)