summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-02-28 11:52:44 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-02-28 16:29:33 +0000
commitdf5cc3ba9b195980428679ec7bdbac99d39e5e86 (patch)
tree6acbaabdf2a62f11963bcf0b8d33eb22b2b5b3f5
parent0a04f62aa3a466c19649e59ec47ace3cf6b8a04e (diff)
tests: shorten the qml testrunner tag to make reports more readable
Change-Id: Ib5a4592b586a94be6f58848c51fc76b7163cdfc3 Reviewed-by: Dominik Holland <dominik.holland@qt.io> (cherry picked from commit 1a4ef7f43f04bdc7e1389c14e27d6f1eb2acf5b3) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/tools/testrunner/testrunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/testrunner/testrunner.cpp b/src/tools/testrunner/testrunner.cpp
index aea028c5..d48ae279 100644
--- a/src/tools/testrunner/testrunner.cpp
+++ b/src/tools/testrunner/testrunner.cpp
@@ -64,7 +64,7 @@ void TestRunner::setup(Configuration *cfg)
QTest::setMainSourcePath(sourceFile.toLocal8Bit());
}
QuickTestResult::setCurrentAppname(argv.at(0));
- QuickTestResult::setProgramName("appman-qmltestrunner");
+ QuickTestResult::setProgramName("qml");
// Allocate a QuickTestResult to create QBenchmarkGlobalData, otherwise the benchmark options don't work
volatile QuickTestResult result;