summaryrefslogtreecommitdiffstats
path: root/src/testlib/doc
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2022-03-10 16:09:51 +0100
committerEdward Welbourne <edward.welbourne@qt.io>2022-03-22 17:43:13 +0100
commit44d0cbc7b18ce323b137c880baa2c4162b8cb469 (patch)
treeeb773723609b2cfe643c50a3da4f9d0671c03f73 /src/testlib/doc
parent0e5c39ee13be8c218c16f4d83066a44e2e662184 (diff)
Match QtTest command-line output options to the help output
Reorder the different formats to match the order in the help output and include missing entries from the list of formats supported by the -o filename,format variant. Change-Id: I884f9facc7cfde7cec0bee75944efdd72d66a83e Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/testlib/doc')
-rw-r--r--src/testlib/doc/src/qttestlib-manual.qdoc18
1 files changed, 10 insertions, 8 deletions
diff --git a/src/testlib/doc/src/qttestlib-manual.qdoc b/src/testlib/doc/src/qttestlib-manual.qdoc
index f1fd8a5d1c..e940f3cae3 100644
--- a/src/testlib/doc/src/qttestlib-manual.qdoc
+++ b/src/testlib/doc/src/qttestlib-manual.qdoc
@@ -246,22 +246,24 @@
\list
\li \c -o \e{filename,format} \br
- Writes output to the specified file, in the specified format (one of
- \c txt, \c xml, \c lightxml, \c junitxml or \c tap). The special filename \c -
- may be used to log to standard output.
+ Writes output to the specified file, in the specified format (one
+ of \c txt, \c csv, \c junitxml, \c xml, \c lightxml, \c teamcity
+ or \c tap). The special filename \c - may be used to log to
+ standard output.
\li \c -o \e filename \br
Writes output to the specified file.
\li \c -txt \br
Outputs results in plain text.
+ \li \c -csv \br
+ Outputs results as comma-separated values (CSV) suitable for
+ import into spreadsheets. This mode is only suitable for
+ benchmarks, since it suppresses normal pass/fail messages.
+ \li \c -junitxml \br
+ Outputs results as a \l{JUnit XML} document.
\li \c -xml \br
Outputs results as an XML document.
\li \c -lightxml \br
Outputs results as a stream of XML tags.
- \li \c -junitxml \br
- Outputs results as an \l{JUnit XML} document.
- \li \c -csv \br
- Outputs results as comma-separated values (CSV). This mode is only suitable for
- benchmarks, since it suppresses normal pass/fail messages.
\li \c -teamcity \br
Outputs results in \l{TeamCity} format.
\li \c -tap \br