[libhtml-formfu-perl] 03/12: Remove workaround for broken tests which are gone now.

gregor herrmann gregoa at debian.org
Sat Oct 29 19:37:45 UTC 2016


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

gregoa pushed a commit to branch master
in repository libhtml-formfu-perl.

commit 2f3569c52fd074cb0bd15160334afdb4ad24a3a3
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Oct 29 20:55:17 2016 +0200

    Remove workaround for broken tests which are gone now.
---
 debian/rules                     | 5 +----
 debian/tests/pkg-perl/smoke-skip | 1 -
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1c4b33c..1887fc8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,14 +3,11 @@
 export LC_ALL=C
 MANDIR=$(CURDIR)/debian/libhtml-formfu-perl/usr/share/man/man3
 
-SKIP_TESTS = $(shell cat debian/tests/pkg-perl/smoke-skip)
-TEST_FILES = $(filter-out $(SKIP_TESTS), $(wildcard t/*.t))
-
 %:
 	dh $@
 
 override_dh_auto_test:
-	NO_NETWORK=1 dh_auto_test -- TEST_FILES="$(TEST_FILES)"
+	NO_NETWORK=1 dh_auto_test
 
 override_dh_auto_install:
 	dh_auto_install
diff --git a/debian/tests/pkg-perl/smoke-skip b/debian/tests/pkg-perl/smoke-skip
deleted file mode 100644
index 2ad8284..0000000
--- a/debian/tests/pkg-perl/smoke-skip
+++ /dev/null
@@ -1 +0,0 @@
-t/aggregate.t

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



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