diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-20 07:05:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-20 07:05:10 +0000 |
commit | 9e7657d6edaf71e3b0b93853b9428f10af239ab2 (patch) | |
tree | 8a37ce4c0e817ab06dc44822a513b7f7f177623c /tests/README | |
parent | 7ac455fca387526ae2aec6149b6eecb216916f6c (diff) | |
download | curl-9e7657d6edaf71e3b0b93853b9428f10af239ab2.tar.gz |
mention what ports the test suite uses
Diffstat (limited to 'tests/README')
-rw-r--r-- | tests/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/README b/tests/README index 2727d96ec..1c3d1b7fd 100644 --- a/tests/README +++ b/tests/README @@ -11,6 +11,16 @@ Requires: diff (when a test fail, a diff is shown) 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: 'make test'. This invokes the 'runtests.pl' perl script. Edit the top variables of that script in case you have some specific needs. |