[libx11-protocol-other-perl] 01/02: Disable t/XSetRoot.t during build and autopkgtest.

gregor herrmann gregoa at debian.org
Fri May 19 20:12:17 UTC 2017


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

gregoa pushed a commit to branch jessie
in repository libx11-protocol-other-perl.

commit 87510aa1c0b37c61f7ed2b395a0f5ebed75a6ca1
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri May 19 22:06:56 2017 +0200

    Disable t/XSetRoot.t during build and autopkgtest.
    
    This test is known to have problems with xvfb.
    
    Thanks: Santiago Vila for the bug report.
    Closes: #848060
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c242220..0228c2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,10 @@
 #!/usr/bin/make -f
 
+TEST_FILES = $(filter-out t/XSetRoot.t, $(wildcard t/*.t))
+
 %:
 	dh $@
 
 # The tests need an X server. This provides one even inside a chroot
 override_dh_auto_test:
-	xvfb-run -a dh_auto_test
+	xvfb-run -a dh_auto_test -- TEST_FILES="$(TEST_FILES)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libx11-protocol-other-perl.git



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