Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t/README: --immediate skips cleanup commands for failed tests
author
Simon Ruderich
<simon@ruderich.org>
Tue, 9 Apr 2013 21:48:36 +0000
(23:48 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 9 Apr 2013 22:12:28 +0000
(15:12 -0700)
Signed-off-by: Simon Ruderich <simon@ruderich.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
5bda18c
)
diff --git
a/t/README
b/t/README
index e4128e5769722473f7fd1024fdf8a5100bd8ccf6..6e536a02b58aa3b9bf87c59510a0e56faff79a6f 100644
(file)
--- 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