[libdesktop-notify-perl] 13/24: debian/rules: disable test (t/01-connect.t) that requires a working org.freedesktop.Notifications D-Bus service.

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 2 18:45:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch master
in repository libdesktop-notify-perl.

commit d7f474b5bed8ea754e7b5afbd41a92b1b85777fe
Author: intrigeri <intrigeri at debian.org>
Date:   Wed Aug 2 16:06:55 2017 +0000

    debian/rules: disable test (t/01-connect.t) that requires a working org.freedesktop.Notifications D-Bus service.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..edc6c19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,11 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	# this test requires a working org.freedesktop.Notifications
+	# D-Bus service, but the upstream test suite does not provide
+	# any mock object or similar for it.
+	mv t/01-connect.t t/01-connect.t.disabled
+	dh_auto_test
+	mv t/01-connect.t.disabled t/01-connect.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdesktop-notify-perl.git



More information about the Pkg-perl-cvs-commits mailing list