[libcgi-application-plugin-authentication-perl] 04/05: fix passing test files list to dh_auto_test

Damyan Ivanov dmn at moszumanska.debian.org
Sat Nov 4 09:49:24 UTC 2017


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

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

commit 88bdcec64883e1aa2413b7c6634d320bfe84e9a1
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Nov 4 09:45:15 2017 +0000

    fix passing test files list to dh_auto_test
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7490a97..7f452e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,4 +9,4 @@ 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)"
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

-- 
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