mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
mention what ports the test suite uses
This commit is contained in:
parent
7ac455fca3
commit
9e7657d6ed
10
tests/README
10
tests/README
@ -11,6 +11,16 @@ Requires:
|
|||||||
diff (when a test fail, a diff is shown)
|
diff (when a test fail, a diff is shown)
|
||||||
stunnel (for HTTPS and FTPS tests)
|
stunnel (for HTTPS and FTPS tests)
|
||||||
|
|
||||||
|
TCP ports used:
|
||||||
|
|
||||||
|
- 8999 on localhost for HTTP tests
|
||||||
|
- 8433 on localhost for HTTPS tests
|
||||||
|
- 8921 on localhost for FTP tests
|
||||||
|
- 8821 on localhost for FTPS tests (currently disabled)
|
||||||
|
|
||||||
|
The test suite runs simple FTP and HTTP servers on these ports to which
|
||||||
|
it makes requests.
|
||||||
|
|
||||||
Run:
|
Run:
|
||||||
'make test'. This invokes the 'runtests.pl' perl script. Edit the top
|
'make test'. This invokes the 'runtests.pl' perl script. Edit the top
|
||||||
variables of that script in case you have some specific needs.
|
variables of that script in case you have some specific needs.
|
||||||
|
Loading…
Reference in New Issue
Block a user