Bugzilla – Attachment 111624 Details for
Bug 23895
Tidy up the directories under installer/data/mysql/
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23895: Fix check_sysprefs.t
Bug-23895-Fix-checksysprefst.patch (text/plain), 1.00 KB, created by
Jonathan Druart
on 2020-10-14 13:56:23 UTC
(
hide
)
Description:
Bug 23895: Fix check_sysprefs.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-10-14 13:56:23 UTC
Size:
1.00 KB
patch
obsolete
>From ef0f0d7e0b135f9fd1260a575bb90c0a96faae75 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 14 Oct 2020 15:52:29 +0200 >Subject: [PATCH] Bug 23895: Fix check_sysprefs.t > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/check_sysprefs.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/check_sysprefs.t b/t/db_dependent/check_sysprefs.t >index e57b15e68e..1a83baf176 100755 >--- a/t/db_dependent/check_sysprefs.t >+++ b/t/db_dependent/check_sysprefs.t >@@ -30,7 +30,7 @@ GetOptions( 'showsql' => \$showsql ); > > use Test::More qw(no_plan); > our $dbh = C4::Context->dbh; >-my $root_dir = C4::Context->config('intranetdir') . '/installer/data/mysql'; >+my $root_dir = C4::Context->config('intranetdir') . '/installer/data/mysql/mandatory'; > my $base_syspref_file = "sysprefs.sql"; > > open my $ref_fh, '<', "$root_dir/$base_syspref_file" or croak "Can't open '$root_dir/$base_syspref_file': $!"; >-- >2.20.1
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 23895
:
105903
|
105904
|
111079
|
111541
| 111624