From 1f10017e3ccfedcea83948bc59f02576a581956b Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sun, 22 May 2022 07:42:45 +0300 Subject: [PATCH] generic: launch a session bus in AppVeyor environment Signed-off-by: Ivailo Monev --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 292c9219..6fa8dd36 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,6 +47,8 @@ test_script: export DISPLAY=:123 + eval $(dbus-launch --sh-syntax) + cd build find -name 'kde4_test_*.sh' -exec sh '{}' \;