summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d5742c)
raw | patch | inline | side by side (parent: 1d5742c)
author | Piotr Krukowiecki <piotr.krukowiecki@gmail.com> | |
Tue, 15 Mar 2011 19:58:14 +0000 (20:58 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 15 Mar 2011 21:18:34 +0000 (14:18 -0700) |
Signed-off-by: Piotr Krukowiecki <piotr.krukowiecki@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README | patch | blob | history |
diff --git a/t/README b/t/README
index 78c9e6575c8a1f1060aada39dc5043eea807ac1c..165e7cf34da32663a18f4c6a87dbe3087dac8263 100644 (file)
--- a/t/README
+++ b/t/README
--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