From df5cc3ba9b195980428679ec7bdbac99d39e5e86 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Wed, 28 Feb 2024 11:52:44 +0100 Subject: tests: shorten the qml testrunner tag to make reports more readable Change-Id: Ib5a4592b586a94be6f58848c51fc76b7163cdfc3 Reviewed-by: Dominik Holland (cherry picked from commit 1a4ef7f43f04bdc7e1389c14e27d6f1eb2acf5b3) Reviewed-by: Qt Cherry-pick Bot --- src/tools/testrunner/testrunner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3