https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330
--- Comment #63 from Magnus Enger <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
