Skip to content
Snippets Groups Projects
Commit f52847c8 authored by Simon McVittie's avatar Simon McVittie
Browse files

check-dbus-services: remove special case for e-d-s


We fixed UserPrompter0 by moving to systemd activation.

Reviewed-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Signed-off-by: default avatarSimon McVittie <simon.mcvittie@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D3901
parent e2c1a8fb
No related branches found
No related tags found
No related merge requests found
...@@ -159,16 +159,7 @@ for service in *.service; do ...@@ -159,16 +159,7 @@ for service in *.service; do
skip "$name" "thermald does not make sense in a virtual machine" skip "$name" "thermald does not make sense in a virtual machine"
elif ! run_verbose gdbus call --$bus -d "$bus_name" -o / \ elif ! run_verbose gdbus call --$bus -d "$bus_name" -o / \
-m org.freedesktop.DBus.Peer.Ping; then -m org.freedesktop.DBus.Peer.Ping; then
case "${bus}:$bus_name" in fail "$name" "could not ping $bus_name"
(session:org.gnome.evolution.dataserver.UserPrompter0)
# https://bugs.apertis.org/show_bug.cgi?id=433
xfail "$name" "could not ping $bus_name (bug: Apertis #433)"
;;
(*)
fail "$name" "could not ping $bus_name"
;;
esac
fi fi
# The exit code from this does not necessarily tell us anything about it; # The exit code from this does not necessarily tell us anything about it;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment