diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-12-13 16:25:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-12-13 16:25:39 +0000 |
commit | 811138386fce459253eeb0fb34e9aa512631c350 (patch) | |
tree | 25b2d8478bea2ceaa9173007226809a5aba8f15d | |
parent | c433cf7459ee393af6833545f2e418981d89e56a (diff) |
documented the %-variables
-rw-r--r-- | tests/FILEFORMAT | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 52e09e07a..3e511555a 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -58,6 +58,15 @@ accordingly. more about them elsewhere Set 'option=no-output' to prevent the test script to slap on the --output argument that directs the output to a file. The --output is also not added if the client/stdout section is used. + +Available substitute variables include: +%HOSTIP - IP address of the host running this test +%HOSTPORT - Port number of the HTTP server +%HTTPSPORT - Port number of the HTTPS server +%FTPPORT - Port number of the FTP server +%FTPSPORT - Port number of the FTPS server +%SRCDIR - Full path to the source dir +%PWD - Current directory </command> <file name="log/filename"> this creates the named file with this content before the test case is run |