Skip to content

Commit

Permalink
t/README: --immediate skips cleanup commands for failed tests
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Ruderich <simon@ruderich.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Simon Ruderich authored and Junio C Hamano committed Apr 9, 2013
1 parent 5bda18c commit 13cb3bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion t/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13cb3bb

Please sign in to comment.