From a898a0f3fb0940817134bdd510cbe22e14c2709a Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Wed, 15 Jun 2011 11:29:11 +0100 Subject: [PATCH] Bug 5549 : Add Koha directory to testcritic --- t/00-testcritic.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/00-testcritic.t b/t/00-testcritic.t index 6018502a40..c28a2dc226 100755 --- a/t/00-testcritic.t +++ b/t/00-testcritic.t @@ -14,10 +14,10 @@ use English qw(-no_match_vars); my @all_koha_dirs = qw( acqui admin authorities basket C4 catalogue cataloguing circ debian errors labels members misc offline_circ opac patroncards reports reserve reviews rotating_collections -serials sms suggestion t tags test tools virtualshelves); +serials sms suggestion t tags test tools virtualshelves Koha); my @dirs = qw( acqui admin authorities basket catalogue cataloguing circ debian errors labels - offline_circ reserve reviews rotating_collections serials sms virtualshelves ); + offline_circ reserve reviews rotating_collections serials sms virtualshelves Koha); if ( not $ENV{TEST_QA} ) { my $msg = 'Author test. Set $ENV{TEST_QA} to a true value to run'; -- 2.20.1