View | Details | Raw Unified | Return to bug 39115
Collapse All | Expand All

(-)a/xt/tt_tidy.t (-3 / +1 lines)
Lines 23-30 use Test::Strict; Link Here
23
use Parallel::ForkManager;
23
use Parallel::ForkManager;
24
use Sys::CPU;
24
use Sys::CPU;
25
25
26
my @tt_files =
26
my @tt_files = qx{git ls-files '*.tt' '*.inc'};
27
    qx{git ls-files '*.tt' '*.inc' ':(exclude)Koha/ILL/Backend/' ':(exclude)*doc-head-open.inc' ':(exclude)misc/cronjobs/rss'};
28
27
29
$Test::Strict::TEST_STRICT = 0;
28
$Test::Strict::TEST_STRICT = 0;
30
29
31
- 

Return to bug 39115