aboutsummaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorPiotr Krukowiecki <piotr.krukowiecki@gmail.com>2011-03-15 20:58:14 +0100
committerJunio C Hamano <gitster@pobox.com>2011-03-15 14:18:34 -0700
commit0986de94f942d889622e6cfe55b565ea9519826b (patch)
tree77886018b12a8174cce91672c1a9f374fbdb3a53 /t/README
parent1d5742cbf746f9556e6aefdfbed54c452c235d51 (diff)
downloadgit-0986de94f942d889622e6cfe55b565ea9519826b.tar.gz
git-0986de94f942d889622e6cfe55b565ea9519826b.tar.xz
Documentation: running test with --debug keeps "trash" directory
Signed-off-by: Piotr Krukowiecki <piotr.krukowiecki@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README4
1 files changed, 4 insertions, 0 deletions
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