diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-06 22:47:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-06 22:47:55 +0000 |
commit | b201db5ceca44ef5d77e04d2e5871782ed4dc81f (patch) | |
tree | dbcb2234840f67cc50263a2af6b13d4f18e3e63a /tests | |
parent | bbe23945e438ec74002df18ffd01b182c98175c5 (diff) |
explain more how the test case number awareness is sent to the test server(s)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/FILEFORMAT | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index d52474bec..5e32d2b0c 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -95,7 +95,12 @@ command is run, they are clear again after the command has been run. <command [option=no-output]> command line to run, there's a bunch of %variables that get replaced -accordingly. more about them elsewhere +accordingly. + +Note that the URL that gets passed to the server actually controls what data +that is returned. The last slash in the URL must be followed by a number. That +number (N) will be used by the test-server to load test case N and return the +data that is defined within the <reply><data></data></reply> section. 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 |