summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorSimon Ruderich <simon@ruderich.org>2013-04-09 21:48:36 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-09 22:12:28 (GMT)
commit13cb3bb7e6e69fbd82db460f1d23ccb2111e8b63 (patch)
tree912132d79eb3eceb4f841da8589e5557eb86f5c8 /t/README
parent5bda18c186e455f8e65f976d3bf333ab1f4b5b53 (diff)
downloadgit-13cb3bb7e6e69fbd82db460f1d23ccb2111e8b63.zip
git-13cb3bb7e6e69fbd82db460f1d23ccb2111e8b63.tar.gz
git-13cb3bb7e6e69fbd82db460f1d23ccb2111e8b63.tar.bz2
t/README: --immediate skips cleanup commands for failed tests
Signed-off-by: Simon Ruderich <simon@ruderich.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/README')
-rw-r--r--t/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/t/README b/t/README
index e4128e5..6e536a0 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