From 42f1a8451064373da5dae3fc732d91a1c6a30386 Mon Sep 17 00:00:00 2001 From: Bart Ribbers <bribbers@disroot.org> Date: Tue, 14 Jan 2025 13:36:41 +0100 Subject: [PATCH] community/kdepim-runtime: fix invocation of wlheadless-run --- community/kdepim-runtime/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/kdepim-runtime/APKBUILD b/community/kdepim-runtime/APKBUILD index b41d5b9681b9..8513bed8b14c 100644 --- a/community/kdepim-runtime/APKBUILD +++ b/community/kdepim-runtime/APKBUILD @@ -88,7 +88,7 @@ check() { skipped_tests="$skipped_tests|$test" done skipped_tests="$skipped_tests)" - dbus-run-session -- wlheadless-run -a ctest --test-dir build -E "$skipped_tests" + dbus-run-session wlheadless-run -- ctest --test-dir build -E "$skipped_tests" } package() { -- GitLab