From 7c14223b1e21a3e19a0f84c772c0c8ca49dfe74f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Wed, 28 Jul 2021 10:32:11 +0200 Subject: testlib: Update a few remaining instances of the deprecated -xunitxml format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The format was renamed in 27db9e458cef512fca3a6b5c9ebbcda7a8172428. Pick-to: 6.2 Change-Id: I53975c7467d8768dc9dc9ac2d89c42eefa12e22f Reviewed-by: MÃ¥rten Nordheim --- qmake/doc/src/qmake-manual.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'qmake/doc/src') 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: -- cgit v1.2.3