Bug 10161

Summary: rebuild_zebra.pl should (at least) exit 1 on error
Product: Koha Reporter: Tomás Cohen Arazi (tcohen) <tomascohen>
Component: Command-line UtilitiesAssignee: Galen Charlton <gmcharlt>
Status: CLOSED WORKSFORME QA Contact:
Severity: normal    
Priority: P5 - low CC: jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Tomás Cohen Arazi (tcohen) 2013-04-30 16:54:33 UTC

    
Comment 1 Jonathan Druart 2015-04-14 13:26:22 UTC
Which errors should be caught?
Comment 2 Tomás Cohen Arazi (tcohen) 2015-04-14 13:28:32 UTC
(In reply to Jonathan Druart from comment #1)
> Which errors should be caught?

By the time I filled this one, I noticed that we weren't capturing zebraidx failures (i.e. an error was printed but no error code returned).

Also, problems with DB access, koha-conf.xml access, etc.