summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-07-28 10:32:11 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-07-30 09:38:46 +0000
commit571e3a476d0ea3ec0cdf6660c371b05408d047e3 (patch)
tree492374d8a7f85baf31689ab925748e241516af69 /qmake
parent6c017ac1edf3e51a307e68134d8a0c8f8dffbdfe (diff)
testlib: Update a few remaining instances of the deprecated -xunitxml format
The format was renamed in 27db9e458cef512fca3a6b5c9ebbcda7a8172428. Change-Id: I53975c7467d8768dc9dc9ac2d89c42eefa12e22f Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> (cherry picked from commit 7c14223b1e21a3e19a0f84c772c0c8ca49dfe74f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'qmake')
-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 0b73d4aab6..16fda593ce 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -5605,11 +5605,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: