Bugzilla – Attachment 12873 Details for
Bug 8890
Packages can't be built on master, db dependent test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8890: don't try to load DB-dependent modules
Bug-8890-dont-try-to-load-DB-dependent-modules.patch (text/plain), 942 bytes, created by
Chris Cormack
on 2012-10-17 06:55:49 UTC
(
hide
)
Description:
Bug 8890: don't try to load DB-dependent modules
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2012-10-17 06:55:49 UTC
Size:
942 bytes
patch
obsolete
>From e5d50cd018a9d7892e3f710a920490533fae8828 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >Date: Tue, 16 Oct 2012 05:14:42 -0400 >Subject: [PATCH] Bug 8890: don't try to load DB-dependent modules > >C4::Members::Statistics uses the database in its BEGIN {} block, >which breaks the package build process. This patch causes it to be >skipped in the 00-load test. > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > t/00-load.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/00-load.t b/t/00-load.t >index da9008d..afff47d 100644 >--- a/t/00-load.t >+++ b/t/00-load.t >@@ -29,6 +29,7 @@ find({ > return if $m =~ /C4::Reports::Guided/; # DB > return if $m =~ /C4::Serials/; # DB > return if $m =~ /C4::VirtualShelves::Page/; # DB >+ return if $m =~ /C4::Members::Statistics/; # DB > use_ok($m) || BAIL_OUT("***** PROBLEMS LOADING FILE '$m'"); > }, > }, $lib); >-- >1.7.10.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 8890
:
12739
|
12843
|
12844
|
12846
|
12847
|
12872
| 12873 |
12874
|
13014