diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-06-03 18:10:44 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-03 23:08:47 +0200 |
commit | b193fd3bbdf16afb9023810e258320390e8d01e0 (patch) | |
tree | c2e2efbd640734e16964177af0340c2438018535 /tests/FILEFORMAT.md | |
parent | cb39b4b7c49eec6014b29d754ed0c98de3e0d85e (diff) | |
download | curl-b193fd3bbdf16afb9023810e258320390e8d01e0.tar.gz |
runtests: enable 'hyper mode' only for HTTP tests
The 'hyper mode' makes line-ending checks work in the test suite for
when hyper is used. Now it also requires that HTTP or HTTPS are
mentioned as keywords to be enabled so that it doesn't wrongly adjusts
tests for other protocols.
This makes test 271 (TFTP) work again in hyper enabled builds.
Closes #7185
Diffstat (limited to 'tests/FILEFORMAT.md')
-rw-r--r-- | tests/FILEFORMAT.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index e5c2a312a..b99fd26a9 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -177,12 +177,14 @@ that will be checked/used if specified. ### `<keywords>` A newline-separated list of keywords describing what this test case uses and -tests. Try to use an already used keyword. These keywords will be used for -statistical/informational purposes and for choosing or skipping classes -of tests. "Keywords" must begin with an alphabetic character, "-", "[" -or "{" and may actually consist of multiple words separated by spaces -which are treated together as a single identifier. - +tests. Try to use already used keywords. These keywords will be used for +statistical/informational purposes and for choosing or skipping classes of +tests. "Keywords" must begin with an alphabetic character, "-", "[" or "{" +and may actually consist of multiple words separated by spaces which are +treated together as a single identifier. + +When using curl built with Hyper, the keywords must include HTTP or HTTPS for +'hyper mode' to kick in and make line ending checks work for tests. ## `<reply>` ### `<data [nocheck="yes"] [sendzero="yes"] [base64="yes"] [hex="yes"]>` |