summaryrefslogtreecommitdiff
path: root/t/README
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-12 00:41:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-12 00:41:48 (GMT)
commite2af9e361b1d7452492baa073790b19292f9c038 (patch)
treee717ab3c92aecf5c4c06627daef025506d2c6335 /t/README
parent7ece7ee6079682bb2bb968b61a62fcb233df4005 (diff)
parent3a51467b94306e77c1b69b374bac33b6672bc177 (diff)
downloadgit-e2af9e361b1d7452492baa073790b19292f9c038.zip
git-e2af9e361b1d7452492baa073790b19292f9c038.tar.gz
git-e2af9e361b1d7452492baa073790b19292f9c038.tar.bz2
Merge branch 'maint'
* maint: Typo fix: replacing it's -> its t: make PIPE a standard test prerequisite archive: clarify explanation of --worktree-attributes t/README: --immediate skips cleanup commands for failed tests
Diffstat (limited to 't/README')
-rw-r--r--t/README10
1 files changed, 9 insertions, 1 deletions
diff --git a/t/README b/t/README
index 9b41fe7..e669bb3 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
@@ -619,6 +622,11 @@ use these, and "test_set_prereq" for how to define your own.
The process retains the same pid across exec(2). See fb9a2bea for
details.
+ - PIPE
+
+ The filesystem we're on supports creation of FIFOs (named pipes)
+ via mkfifo(1).
+
- SYMLINKS
The filesystem we're on supports symbolic links. E.g. a FAT