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.
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.
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
The reason for this bug is that a patch was lost when pushing bug 17468. This was addressed by the release manager already.