@@ -, +, @@ --- t/db_dependent/00-strict.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/t/db_dependent/00-strict.t +++ a/t/db_dependent/00-strict.t @@ -49,7 +49,8 @@ if ( $ENV{KOHA_PROVE_CPUS} ) { $ncpu = Sys::CPU::cpu_count(); } -print "Using $ncpu CPUs...\n"; +print "Using $ncpu CPUs...\n" + if $ENV{DEBUG}; my $pm = new Parallel::ForkManager($ncpu); --