[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: t/runtests: Use +ignore instead of -ignore with D::Cover



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

nthykier pushed a commit to branch master
in repository lintian.

commit 83a39b2d06c54eef5b06c81ae981d178f2057022
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Feb 18 22:29:55 2014 +0100

    t/runtests: Use +ignore instead of -ignore with D::Cover
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 t/runtests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/runtests b/t/runtests
index 73a061e..e908bfd 100755
--- a/t/runtests
+++ b/t/runtests
@@ -161,7 +161,7 @@ unless (-d $TESTSET) {
 
 if (defined($coverage)) {
     my $harness_perl_switches = $ENV{'HARNESS_PERL_SWITCHES'}//'';
-    my $coverage_arg = '-MDevel::Cover=-silent,1,-ignore,^(.*/)?t/scripts/.+';
+    my $coverage_arg = '-MDevel::Cover=-silent,1,+ignore,^(.*/)?t/scripts/.+';
     $coverage_arg .= ',' . $coverage if $coverage ne '';
     $ENV{'LINTIAN_COVERAGE'} = 1;
     $harness_perl_switches .= ' ' . $coverage_arg;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: