https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821 --- Comment #80 from Victor Grousset/tuxayo <victor@tuxayo.net> --- Still works, solved a simple conflict for ".proverc and .proverc.dist in Makefile.t" *But* I missed the test plan of comment 75 in my first signoff and I don't know how to make it work. How it that supposed to be ran?
1/ prove --rc .proverc.dist Use defaults
kohadev-koha@kohadevbox:/kohadevbox/koha$ prove --rc .proverc.dist t/00-checkdatabase-version.t ................ ok t/00-deprecated.t ........................... ok t/00-load.t ................................. DBD::mysql::st execute failed: Table 'koha_test.systempreferences' doesn't exist [for Statement "SELECT `me`.`variable`, `me`.`value`, `me`.`options`, `me`.`explanation`, `me`.`type` FROM `systempreferences` `me` WHERE ( `me`.`variable` = ? )" with ParamValues: 0='casauthentication'] at /kohadevbox/koha/Koha/Database.pm line 124. DBD::mysql::st execute failed: Table 'koha_test.systempreferences' doesn't exist [for Statement "SELECT `me`.`variable`, `me`.`value`, `me`.`options`, `me`.`explanation`, `me`.`type` FROM `systempreferences` `me` WHERE ( `me`.`variable` = ? )" with ParamValues: 0='caslogout'] at /kohadevbox/koha/Koha/Database.pm line 124. And more errors about the DB. -- You are receiving this mail because: You are watching all bug changes.