The following commit has been merged in the master branch:
commit 37cda3a950fb75c4ad7ba7de56f554e8e26015d2
Author: Niels Thykier <[email protected]>
Date:   Sun Jun 30 18:15:00 2013 +0200

    {critic,strict}.t: Remember to test scripts in helpers/
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/t/scripts/critic.t b/t/scripts/critic.t
index a37fe12..732c01f 100755
--- a/t/scripts/critic.t
+++ b/t/scripts/critic.t
@@ -23,7 +23,7 @@ diag('libppix-regexp-perl is needed to enable some checks') 
if $@;
 
 Test::Perl::Critic->import( -profile => '.perlcriticrc' );
 
-my @DIRS = (qw(checks collection frontend lib private reporting t/scripts 
t/helpers));
+my @DIRS = (qw(checks collection frontend helpers lib private reporting 
t/scripts t/helpers));
 
 plan tests => scalar(@DIRS) + 1;
 
diff --git a/t/scripts/strict.t b/t/scripts/strict.t
index 623a256..bce75f3 100755
--- a/t/scripts/strict.t
+++ b/t/scripts/strict.t
@@ -15,7 +15,7 @@ plan skip_all => 'Test::Strict required to run this test' if 
$@;
 
 $ENV{'LINTIAN_ROOT'} //= '.';
 
-my @DIRS = map { "$ENV{'LINTIAN_ROOT'}/$_" } qw(lib private frontend 
collection checks);
+my @DIRS = map { "$ENV{'LINTIAN_ROOT'}/$_" } qw(lib private frontend helpers 
collection checks);
 all_perl_files_ok(@DIRS);
 
 # html_reports loads ./config, so we have do chdir before checking it.

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to