From 13cb3bb7e6e69fbd82db460f1d23ccb2111e8b63 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 9 Apr 2013 23:48:36 +0200 Subject: t/README: --immediate skips cleanup commands for failed tests Signed-off-by: Simon Ruderich Signed-off-by: Junio C Hamano --- t/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 't/README') diff --git a/t/README b/t/README index e4128e5769..6e536a02b5 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 -- cgit v1.2.1 From 200732744a32a378b636da4d840aeb410adfb2ad Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 11 Apr 2013 03:07:04 +0100 Subject: t: make PIPE a standard test prerequisite The 'PIPE' test prerequisite was already defined identically by t9010 and t9300, therefore it makes sense to make it a predefined prerequisite. Signed-off-by: Adam Spiers Signed-off-by: Junio C Hamano --- t/README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 't/README') diff --git a/t/README b/t/README index 6e536a02b5..f8bf3ec318 100644 --- a/t/README +++ b/t/README @@ -613,6 +613,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 -- cgit v1.2.1