[education/rkward/kf5] rkward/autotests: Less noisy test output

Thomas Friedrichsmeier null at kde.org
Wed Apr 10 16:12:08 BST 2024


Git commit 3f5e0c19d2e43e1d7b27059ddc6fe3f4cd8c075a by Thomas Friedrichsmeier.
Committed on 01/04/2024 at 16:07.
Pushed by tfry into branch 'kf5'.

Less noisy test output

M  +1    -0    rkward/autotests/core_test.cpp

https://invent.kde.org/education/rkward/-/commit/3f5e0c19d2e43e1d7b27059ddc6fe3f4cd8c075a

diff --git a/rkward/autotests/core_test.cpp b/rkward/autotests/core_test.cpp
index b01d3ab31..cbef9f58f 100644
--- a/rkward/autotests/core_test.cpp
+++ b/rkward/autotests/core_test.cpp
@@ -132,6 +132,7 @@ private Q_SLOTS:
 		_test_timer.start();
 		qputenv("QTWEBENGINE_CHROMIUM_FLAGS", "--no-sandbox"); // Allow test to be run as root, which, for some reason is being done on the SuSE CI.
 		// qputenv("QT_LOGGING_RULES", "qt.qpa.windows.debug=true");  // Deliberately overwriting the rules set in the CI, as we are producing too much output, otherwise  -- TODO: does not appear to have any effect
+		KLocalizedString::setApplicationDomain("rkward");
 		KAboutData::setApplicationData(KAboutData("rkward", "RKWard", RKWARD_VERSION, "Frontend to the R statistics language", KAboutLicense::GPL)); // component name needed for .rc files to load
 		RK_Debug::RK_Debug_Level = DL_DEBUG;
 		testLog(R_EXECUTABLE);



More information about the rkward-tracker mailing list