diff options
Diffstat (limited to 'tests/FILEFORMAT')
-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 |