From f52847c85de92581b166c658b7455530fedd1adb Mon Sep 17 00:00:00 2001 From: Simon McVittie <simon.mcvittie@collabora.co.uk> Date: Mon, 8 Aug 2016 18:31:00 +0100 Subject: [PATCH] check-dbus-services: remove special case for e-d-s We fixed UserPrompter0 by moving to systemd activation. Reviewed-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Differential Revision: https://phabricator.apertis.org/D3901 --- dbus/check-dbus-services | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/dbus/check-dbus-services b/dbus/check-dbus-services index 6d6f58c..ace2bc6 100755 --- a/dbus/check-dbus-services +++ b/dbus/check-dbus-services @@ -159,16 +159,7 @@ for service in *.service; do skip "$name" "thermald does not make sense in a virtual machine" elif ! run_verbose gdbus call --$bus -d "$bus_name" -o / \ -m org.freedesktop.DBus.Peer.Ping; then - case "${bus}:$bus_name" in - (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 + fail "$name" "could not ping $bus_name" fi # The exit code from this does not necessarily tell us anything about it; -- GitLab