Bug 10161 - rebuild_zebra.pl should (at least) exit 1 on error
Summary: rebuild_zebra.pl should (at least) exit 1 on error
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Command-line Utilities (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal (vote)
Assignee: Galen Charlton
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-30 16:54 UTC by Tomás Cohen Arazi
Modified: 2020-11-30 21:44 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomás Cohen Arazi 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 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.