mirror of
https://github.com/curl/curl.git
synced 2025-09-15 00:22:42 +03:00
explain more how the test case number awareness is sent to the test server(s)
This commit is contained in:
parent
bbe23945e4
commit
b201db5cec
|
@ -95,7 +95,12 @@ command is run, they are clear again after the command has been run.
|
||||||
|
|
||||||
<command [option=no-output]>
|
<command [option=no-output]>
|
||||||
command line to run, there's a bunch of %variables that get replaced
|
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
|
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
|
argument that directs the output to a file. The --output is also not added if
|
||||||
|
|
Loading…
Reference in New Issue
Block a user