Package: libbio-das-lite-perl
Version: 2.11-2
Severity: normal
Tags: patch
User: debian-p...@lists.debian.org
Usertags: autopkgtest

This package failed its autopkgtest checks on ci.debian.net.
 https://ci.debian.net/packages/libb/libbio-das-lite-perl/unstable/amd64/

It looks like the failing tests (and others) are already
disabled at build time, so that list should be extended
to the autopkgtest side as well. Patch attached.
-- 
Niko Tyni   nt...@debian.org
>From df472f479a21d8e3680c3c45f8ecbb2a846d5a51 Mon Sep 17 00:00:00 2001
From: Niko Tyni <nt...@debian.org>
Date: Thu, 14 Jan 2016 23:27:37 +0200
Subject: [PATCH] Synchronize build and runtime test skipping

The hash (#) needs an escape because make otherwise treats
it as a comment character.
---
 debian/rules                     | 3 +--
 debian/tests/pkg-perl/smoke-skip | 7 +++++++
 2 files changed, 8 insertions(+), 2 deletions(-)
 create mode 100644 debian/tests/pkg-perl/smoke-skip

diff --git a/debian/rules b/debian/rules
index c3dede8..1f2d29f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
-SKIP_TESTS = t/00-distribution.t t/01-general.t t/02-statuscodes.t t/05-singledsn.t t/07-singledsn-multiseg.t t/10-multidsn.t
-TEST_FILES = $(filter-out $(SKIP_TESTS), $(shell echo t/*.t))
+TEST_FILES = $(filter-out $(shell grep -v '^\#' debian/tests/pkg-perl/smoke-skip), $(shell echo t/*.t))
 
 %:
 	dh $@ --buildsystem=perl_build
diff --git a/debian/tests/pkg-perl/smoke-skip b/debian/tests/pkg-perl/smoke-skip
new file mode 100644
index 0000000..1b298fd
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-skip
@@ -0,0 +1,7 @@
+# note that these also affect build time, see debian/rules
+t/00-distribution.t
+t/01-general.t
+t/02-statuscodes.t
+t/05-singledsn.t
+t/07-singledsn-multiseg.t
+t/10-multidsn.t
-- 
2.6.4

Reply via email to