diff options
| author | J08nY | 2018-03-03 20:03:04 +0100 |
|---|---|---|
| committer | J08nY | 2018-03-03 20:03:04 +0100 |
| commit | 30e29e6244aad9e28aacb187d6e2bc1f44ed322c (patch) | |
| tree | 4324b96bf9f914047b398ad6dd9093abd9dfecbf /docs | |
| parent | 30210ec562a49d1b397a19d8c64ed0e0fd80cc0e (diff) | |
| download | ECTester-30e29e6244aad9e28aacb187d6e2bc1f44ed322c.tar.gz ECTester-30e29e6244aad9e28aacb187d6e2bc1f44ed322c.tar.zst ECTester-30e29e6244aad9e28aacb187d6e2bc1f44ed322c.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/FORMAT.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/FORMAT.md b/docs/FORMAT.md index 849a62c..bde2543 100644 --- a/docs/FORMAT.md +++ b/docs/FORMAT.md @@ -56,4 +56,8 @@ Output of the `-dsa/--ecdsa` option. ## Test runs By default test runs are output in a human readable format, however YAML and XML is also supported and can be selected -by using the `-o/--output` option. +by using the `--format` option. Also, prefixing the output file name when using the `-o/--output` option allows to output +the same test run in different formats to different files. + +For example: +`--format yaml -o default_output.yaml -o xml:output_file.xml -o text:readable_text_file.txt ` |
