summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/doc/src')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 586470403d..5a7a600210 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -5606,11 +5606,11 @@
on the command-line:
\code
- # Run tests through test-wrapper and use xunitxml output format.
+ # Run tests through test-wrapper and use JUnit XML output format.
# In this example, test-wrapper is a fictional wrapper script which terminates
# a test if it does not complete within the amount of seconds set by "--timeout".
- # The "-o result.xml,xunitxml" options are interpreted by QTestLib.
- make check TESTRUNNER="test-wrapper --timeout 120" TESTARGS="-o result.xml,xunitxml"
+ # The "-o result.xml,junitxml" options are interpreted by QTestLib.
+ make check TESTRUNNER="test-wrapper --timeout 120" TESTARGS="-o result.xml,junitxml"
\endcode
Testcase projects may be further customized with the following \c CONFIG options: