[libcgi-application-plugin-authentication-perl] 01/01: Drop special casing of t/03_login_box.t during build and autopkgtest.

gregor herrmann gregoa at debian.org
Sat Nov 4 17:21:04 UTC 2017


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

gregoa pushed a commit to branch master
in repository libcgi-application-plugin-authentication-perl.

commit 2bb00972676ba2e8aca4ae0a8cb13b629bac89e6
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 4 18:19:46 2017 +0100

    Drop special casing of t/03_login_box.t during build and autopkgtest.
    
    This is not necessary anymore as the failing tests are marked as TODO, and
    it solves confusions during the test run.
---
 debian/rules                     | 8 --------
 debian/tests/pkg-perl/smoke-skip | 2 --
 2 files changed, 10 deletions(-)

diff --git a/debian/rules b/debian/rules
index 7f452e6..8bbf8fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,4 @@
 #!/usr/bin/make -f
 
-TEST_FILES=$(filter-out t/03_login_box.t,$(wildcard t/*.t))
-
 %:
 	dh $@ --with components
-
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	-prove --blib --verbose t/03_login_box.t
-endif
-	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
diff --git a/debian/tests/pkg-perl/smoke-skip b/debian/tests/pkg-perl/smoke-skip
deleted file mode 100644
index 2571a7d..0000000
--- a/debian/tests/pkg-perl/smoke-skip
+++ /dev/null
@@ -1,2 +0,0 @@
-# hash randomization, results ignored during build
-t/03_login_box.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-authentication-perl.git



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