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>
bb10
Edward Welbourne 2022-03-10 16:09:51 +01:00
parent 0e5c39ee13
commit 44d0cbc7b1
1 changed files with 10 additions and 8 deletions

View File

@ -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