mirror of
https://github.com/curl/curl.git
synced 2026-08-25 00:43:34 +03:00
Improved the test harness to allow running test servers on other than
the default port numbers, allowing more than one test suite to run simultaneously on the same host.
This commit is contained in:
parent
1228ec9fbb
commit
5187faeeb9
7 changed files with 44 additions and 8 deletions
|
|
@ -26,6 +26,11 @@ HTTP, urlglob retrieval with bad range
|
|||
<command option="no-output">
|
||||
"http://%HOSTIP:%HTTPPORT/[2-1]" -o "log/weee#1.dump" --stderr -
|
||||
</command>
|
||||
# The error message on stdout implicitly depends on the length of the
|
||||
# URL, so refuse to run if the length is unexpected.
|
||||
<precheck>
|
||||
perl %SRCDIR/libtest/test75.pl http://%HOSTIP:%HTTPPORT/ 22
|
||||
</precheck>
|
||||
</client>
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue