[libnet-tclink-perl] 01/02: Actually just use prove as wrapper around dh_auto_test

Axel Beckert abe at deuxchevaux.org
Sun May 31 15:30:46 UTC 2015


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

abe pushed a commit to branch master
in repository libnet-tclink-perl.

commit 74019501c580c9881a32725ed0ec5d679f95c344
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 17:06:20 2015 +0200

    Actually just use prove as wrapper around dh_auto_test
    
    dh_auto_test seems to do the right thing, just the output is not
    parsed.
    
    Git-Dch: Ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ab7f9a9..49c383f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ override_dh_auto_configure:
 	dh_auto_configure -- INSTALLDIRS=vendor
 
 override_dh_auto_test:
-	prove -l -v test.pl
+	prove -v -f -p --exec="env DH_VERBOSE=1 dh_auto_test" test.pl

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



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