From 300a08f571dc5fbdb1a053a516f5a7773f2ea20e Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 1 Sep 2017 12:25:27 -0300 Subject: [PATCH] Bug 18055: (QA followup) Only print output if DEBUG Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/00-strict.t | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/db_dependent/00-strict.t b/t/db_dependent/00-strict.t index b732b9f..04fabb0 100755 --- a/t/db_dependent/00-strict.t +++ b/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); -- 2.7.4