Bugzilla – Attachment 66771 Details for
Bug 18055
Speed up '00-strict.t' test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18055: (QA followup) Only print output if DEBUG
Bug-18055-QA-followup-Only-print-output-if-DEBUG.patch (text/plain), 766 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-09-01 17:28:19 UTC
(
hide
)
Description:
Bug 18055: (QA followup) Only print output if DEBUG
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-09-01 17:28:19 UTC
Size:
766 bytes
patch
obsolete
>From 300a08f571dc5fbdb1a053a516f5a7773f2ea20e Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >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 <tomascohen@theke.io> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18055
:
59900
|
59901
|
59902
|
59966
|
63341
|
64322
|
66769
|
66770
| 66771 |
73403