From: Piotr Krukowiecki Date: Tue, 15 Mar 2011 19:58:14 +0000 (+0100) Subject: Documentation: running test with --debug keeps "trash" directory X-Git-Tag: v1.7.5-rc0~80 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0986de94f942d889622e6cfe55b565ea9519826b;p=git.git Documentation: running test with --debug keeps "trash" directory Signed-off-by: Piotr Krukowiecki Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index 78c9e6575..165e7cf34 100644 --- a/t/README +++ b/t/README @@ -79,6 +79,10 @@ appropriately before running "make". --debug:: This may help the person who is developing a new test. It causes the command defined with test_debug to run. + The "trash" directory (used to store all temporary data + during testing) is not deleted even if there are no + failed tests so that you can inspect its contents after + the test finished. --immediate:: This causes the test to immediately exit upon the first