mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
tests/FILEFORMAT.md: the <server> section is NOT mandatory
It can be left out if no servers are necessary. Closes #20845
This commit is contained in:
parent
b351fd1b9a
commit
2f8fe96d6d
1 changed files with 6 additions and 4 deletions
|
|
@ -465,10 +465,12 @@ What server(s) this test case requires/uses. Available servers:
|
|||
- `telnet`
|
||||
- `tftp`
|
||||
|
||||
Give only one per line. This subsection is mandatory (use `none` if no servers
|
||||
are required). Servers that require a special server certificate can have the
|
||||
PEM certificate filename (found in the `certs` directory) appended to the
|
||||
server name separated by a space.
|
||||
Give only one per line. If a test does not require any servers, the `<server>`
|
||||
subsection should be omitted.
|
||||
|
||||
Servers that require a special server certificate can
|
||||
have the PEM certificate filename (found in the `certs` directory) appended to
|
||||
the server name separated by a space.
|
||||
|
||||
### `<features>`
|
||||
A list of features that MUST be present in the client/library for this test to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue