Bug 39115: Remove exclude list from tt_tidy.t
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
8ba8b9b1ce
commit
e0d93e67f7
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ use Test::Strict;
|
|||
use Parallel::ForkManager;
|
||||
use Sys::CPU;
|
||||
|
||||
my @tt_files =
|
||||
qx{git ls-files '*.tt' '*.inc' ':(exclude)Koha/ILL/Backend/' ':(exclude)*doc-head-open.inc' ':(exclude)misc/cronjobs/rss'};
|
||||
my @tt_files = qx{git ls-files '*.tt' '*.inc'};
|
||||
|
||||
$Test::Strict::TEST_STRICT = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue