Bugzilla – Attachment 26101 Details for
Bug 11278
Adjusting bulkmarcimport.pl for customization routine and verbose printing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 11278: (follow-up) Return an exit value (1) if the module is not found.
PASSED-QA-Bug-11278-follow-up-Return-an-exit-value.patch (text/plain), 1.22 KB, created by
Martin Renvoize (ashimema)
on 2014-03-11 11:37:47 UTC
(
hide
)
Description:
[PASSED QA] Bug 11278: (follow-up) Return an exit value (1) if the module is not found.
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2014-03-11 11:37:47 UTC
Size:
1.22 KB
patch
obsolete
>From 4823a29503d1f7aeba9a4bad8f7c3f88f61a14fb Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 27 Jan 2014 14:45:21 +0100 >Subject: [PATCH] [PASSED QA] Bug 11278: (follow-up) Return an exit value (1) > if the module is not found. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > misc/migration_tools/bulkmarcimport.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl >index 9b42320..23e2a13 100755 >--- a/misc/migration_tools/bulkmarcimport.pl >+++ b/misc/migration_tools/bulkmarcimport.pl >@@ -53,7 +53,7 @@ GetOptions( > 't|test' => \$test_parameter, > 's' => \$skip_marc8_conversion, > 'c:s' => \$char_encoding, >- 'v:i' => \$verbose, >+ 'v:+' => \$verbose, > 'fk' => \$fk_off, > 'm:s' => \$format, > 'l:s' => \$logfile, >@@ -100,7 +100,7 @@ if(defined $localcust) { #local customize module > } > else { > print "WARNING: customize module $localcust.pm not found!\n"; >- exit; >+ exit 1; > } > } > require $localcust if $localcust; >-- >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 11278
:
23061
|
23062
|
23063
|
23133
|
23134
|
24748
|
24749
|
24750
|
26087
|
26088
|
26090
|
26099
|
26100
| 26101