[libdesktop-notify-perl] 21/24: debian/rules: disable t/01-connect.t in a nicer way (it's now skipped automatically when DBUS_SESSION_BUS_ADDRESS is unset).

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 2 18:45:53 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 8661eab0fbbcb92f3353dcd6b9b30dee4ceda947
Author: intrigeri <intrigeri at debian.org>
Date:   Wed Aug 2 17:07:54 2017 +0000

    debian/rules: disable t/01-connect.t in a nicer way (it's now skipped automatically when DBUS_SESSION_BUS_ADDRESS is unset).
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index edc6c19..b0a046f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,9 +4,4 @@
 	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
+	DBUS_SESSION_BUS_ADDRESS= dh_auto_test

-- 
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