Bugzilla – Attachment 100921 Details for
Bug 21865
Add Elasticsearch support to, and improve verbose output of, `remove_unused_authorities.pl`
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21865: allow test arg alone
Bug-21865-allow-test-arg-alone.patch (text/plain), 851 bytes, created by
Bernardo Gonzalez Kriegel
on 2020-03-17 17:15:51 UTC
(
hide
)
Description:
Bug 21865: allow test arg alone
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2020-03-17 17:15:51 UTC
Size:
851 bytes
patch
obsolete
>From 16180db0df1d92124ba071b941be9a2e809fe79d Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Wed, 11 Mar 2020 17:39:18 +0300 >Subject: [PATCH] Bug 21865: allow test arg alone > >Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >--- > misc/migration_tools/remove_unused_authorities.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/migration_tools/remove_unused_authorities.pl b/misc/migration_tools/remove_unused_authorities.pl >index 00869a9b28..2e5c0971f3 100755 >--- a/misc/migration_tools/remove_unused_authorities.pl >+++ b/misc/migration_tools/remove_unused_authorities.pl >@@ -38,7 +38,7 @@ GetOptions( > 'h|help' => \$want_help, > ); > >-if ( $want_help || !$confirm ) { >+if ( $want_help || !($test || $confirm) ) { > print_usage(); > exit 0; > } >-- >2.17.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 21865
:
82558
|
82559
|
82560
|
100577
|
100918
|
100919
|
100920
|
100921
|
102836
|
102837
|
102838
|
102839