Bug 20048 - koha-zebra missing --status
Summary: koha-zebra missing --status
Status: CLOSED WORKSFORME
Alias: None
Product: Koha
Classification: Unclassified
Component: Searching - Zebra (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-19 15:57 UTC by Mark Tompsett
Modified: 2018-12-03 20:03 UTC (History)
2 users (show)

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


Attachments
Bug 20048: --status shell command line check missing (1.15 KB, patch)
2018-01-19 16:03 UTC, Mark Tompsett
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Tompsett 2018-01-19 15:57:03 UTC
Running a koha-zebra --status kohadev told me --status was an invalid option. Turns out the option was forgotten to be added around line 225.
Comment 1 Mark Tompsett 2018-01-19 16:03:49 UTC
Created attachment 70757 [details] [review]
Bug 20048: --status shell command line check missing

TEST PLAN
1) Run the following commands
    git checkout -b bug_20048 origin/master
    sudo perl ~/misc4dev/cp_debian_files.pl
    sudo koha-zebra --status kohadev
   -- Will get error message
2) Run the following commands
    git bz apply 20048
    sudo perl ~/misc4dev/cp_debian_files.pl
    sudo koha-zebra --status kohadev
   -- Will not get error message, but actual status
3) NOTE: Koha QA Test tools do not check bash scripts.
Comment 2 Maksim Sen 2018-01-26 22:05:29 UTC
Hello M. Tompsett,

Would it be possible to add a step on how/where to get misc4dev and cp_debian_files.pl for the test?

Thank you,

Maksim Sen
Comment 3 Tomás Cohen Arazi 2018-01-29 13:36:47 UTC
The reason for this bug is that a patch was lost when pushing bug 17468. This was addressed by the release manager already.