From: Simon Ruderich Date: Tue, 9 Apr 2013 21:48:36 +0000 (+0200) Subject: t/README: --immediate skips cleanup commands for failed tests X-Git-Tag: v1.8.2.2~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13cb3bb7e6e69fbd82db460f1d23ccb2111e8b63;p=thirdparty%2Fgit.git t/README: --immediate skips cleanup commands for failed tests Signed-off-by: Simon Ruderich Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index e4128e5769..6e536a02b5 100644 --- a/t/README +++ b/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