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

[SCM] Debian package checker branch, master, updated. 2.5.14-11-g171a400



The following commit has been merged in the master branch:
commit ac0d8e8eb294d54dde54347f1e0201573ecabd14
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jun 30 09:52:33 2013 +0200

    critic.t: Remove t/runtests from @DIRS
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/t/scripts/critic.t b/t/scripts/critic.t
index 50a6ada..a37fe12 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(t/runtests checks collection frontend lib private reporting t/scripts t/helpers));
+my @DIRS = (qw(checks collection frontend lib private reporting t/scripts t/helpers));
 
 plan tests => scalar(@DIRS) + 1;
 

-- 
Debian package checker


Reply to: