diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-23 09:50:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-23 09:50:16 +0000 |
commit | be5cc378c8f49c135ab7cc0d7378dc8b035a20be (patch) | |
tree | 42156a5f5b876adbcd3306aee6cf9fabb4e26282 /tests/FILEFORMAT | |
parent | 4afc4aed7351083b57469dcca44be77412d0d1a3 (diff) |
introducing the client/precheck concept to allow test 518 to *only* run when
it actually can run and test the FD_SETSIZE stuff it is meant to test
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 2f9238ad5..a3b8a5511 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -95,6 +95,12 @@ is no other alternatives. Using this of course requires subsequent tests to restart servers. </killserver> +<precheck> +A command line that if set gets run by the test script before the test. If an +output is displayed by the command line, the test will be skipped and the +(single-line) output will be displayed as reason for not running the test. +</precheck> + <tool> Name of tool to use instead of "curl". This tool must be built and exist in the libtest/ directory. |