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 <gre...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to