[Koha-bugs] [Bug 16330] REST API: add routes to add, update and delete patrons

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Dec 7 08:06:58 CET 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330

--- Comment #63 from Magnus Enger <magnus at libriotech.no> ---
(In reply to Dilan Johnpullé from comment #62)
> Still getting error messages when running the test:
...
> unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line

These errors should go away if you do "sudo koha-shell <dev-instance-name>" and
then run the tests from within that koha-shell. 

If you are not on kohadevbox or another gitified setup that can use koha-shell,
you need to include some environment variables in your call to prove, something
like:

$ PERL5LIB=/home/me/kohaclone KOHA_CONF=/home/me/koha-site/koha-conf.xml prove
path/to/test.t

HTH

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list