diff options
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 5426f333f..19862f2a4 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -293,8 +293,8 @@ command is run. They are cleared again after the command has been run. Variables are first substituted as in the <command> section. </setenv> -<command [option="no-output/no-include"] [timeout="secs"] [delay="secs"] - [type="perl"]> +<command [option="no-output/no-include/force-output"] [timeout="secs"] + [delay="secs"][type="perl"]> command line to run, there's a bunch of %variables that get replaced accordingly. @@ -317,6 +317,9 @@ 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 verify/stdout section is used. +Set option="force-output" to make use of --output even when the test is +otherwise written to verify stdout. + Set option="no-include" to prevent the test script to slap on the --include argument. |