Bugzilla – Attachment 105763 Details for
Bug 25538
koha-shell should pass --login to sudo if no command
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25538: Don't run search_utf8.t if KOHA_*_URL empty
Bug-25538-Dont-run-searchutf8t-if-KOHAURL-empty.patch (text/plain), 1.08 KB, created by
Tomás Cohen Arazi (tcohen)
on 2020-06-11 14:48:00 UTC
(
hide
)
Description:
Bug 25538: Don't run search_utf8.t if KOHA_*_URL empty
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2020-06-11 14:48:00 UTC
Size:
1.08 KB
patch
obsolete
>From 0dd2fbabae00c2e7b7478d4e519ba7a5636c765f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 10 Jun 2020 10:50:05 +0200 >Subject: [PATCH] Bug 25538: Don't run search_utf8.t if KOHA_*_URL empty > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/db_dependent/www/search_utf8.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/www/search_utf8.t b/t/db_dependent/www/search_utf8.t >index 85a227a0539..859b0114a93 100644 >--- a/t/db_dependent/www/search_utf8.t >+++ b/t/db_dependent/www/search_utf8.t >@@ -67,11 +67,11 @@ my $opac = $ENV{KOHA_OPAC_URL}; > > > # test KOHA_INTRANET_URL is set >-if ( not defined $intranet ) { >+if ( not $intranet ) { > plan skip_all => "Tests skip. You must set env. variable KOHA_INTRANET_URL to do tests\n"; > } > # test KOHA_OPAC_URL is set >-elsif ( not defined $opac ) { >+elsif ( not $opac ) { > plan skip_all => "Tests skip. You must set env. variable KOHA_OPAC_URL to do tests\n"; > } > else { >-- >2.27.0
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 25538
:
105675
|
105676
|
105685
|
105686
|
105687
|
105688
| 105763 |
105764
|
105765