runtests: run the DICT server on a random port number

Removed support for -b (base port number)

Closes #5783
This commit is contained in:
Daniel Stenberg 2020-08-05 15:11:22 +02:00
parent 865b9382ba
commit 82ed83ae30
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 26 additions and 47 deletions

View file

@ -55,8 +55,6 @@ Prefix a keyword with a tilde (~) to still run it, but ignore the results.
.IP "-a"
Continue running the rest of the test cases even if one test fails. By
default, the test script stops as soon as an error is detected.
.IP "-bN"
Use N as the base TCP/UDP port number on which to start the test servers.
.IP "-c <curl>"
Provide a path to a custom curl binary to run the tests with. Default is the
curl executable in the build tree.