Koha/debian/scripts
Mark Tompsett de20398db3 Bug 20692: Extreme toggle checking for plack
TEST PLAN
---------
sudo koha-plack --disable
sudo koha-plack --disable
sudo koha-plack --enable

sudo koha-plack --disable
echo $?
sudo koha-plack --disable
echo $?
sudo koha-list --noplack
echo $?
sudo koha-plack --enable
echo $?
sudo koha-plack --enable
echo $?
sudo koha-list --plack
echo $?

git bz apply 20692
sudo perl ~/misc4dev/cp_debian_files.pl
then repeat the test.

It should also be noted, because the enable
and disable are now split, if for some reason
they become out of sync, an enable or disable
should correct them.

Because these are bash scripts, the test tool
(/home/vagrant/qa-test-tools/koha-qa.pl)
does not apply.

Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-04-25 11:36:23 +00:00
..
koha-create
koha-create-dirs
koha-disable Bug 22235: Make maintenance scripts use koha-sip instead of koha-*-sip 2019-02-11 18:30:10 +00:00
koha-dump
koha-dump-defaults
koha-elasticsearch
koha-email-disable
koha-email-enable
koha-enable
koha-foreach
koha-functions.sh Bug 20692: Extreme toggle checking for plack 2019-04-25 11:36:23 +00:00
koha-indexer
koha-list
koha-mysql
koha-mysqlcheck
koha-passwd
koha-plack Bug 20692: Extreme toggle checking for plack 2019-04-25 11:36:23 +00:00
koha-rebuild-zebra
koha-remove Bug 22235: (follow-up) Make koha-remove stop SIP server if required 2019-02-11 18:30:10 +00:00
koha-reset-passwd Bug 17746: (QA follow-up) Make set_password.pl generate a password if required 2019-03-28 11:58:20 +00:00
koha-restore
koha-run-backups
koha-shell
koha-sip Bug 22397: Wrong message in koha-sip --start 2019-02-26 13:22:37 +00:00
koha-sitemap
koha-translate
koha-upgrade-schema
koha-upgrade-to-3.4
koha-zebra