28 Jan
2011
28 Jan
'11
6:20 p.m.
Hi Koustubha, On Fri, Jan 28, 2011 at 4:41 AM, Koustubha Kale <kmkale@anantcorp.com>wrote:
Hi All, I am doing a dev install with a fresh git clone on a new machine. make test fails with following..
<snip>
Looking back on the make test output I see
t/BackgroundJob.t ................... DBD::mysql::db selectrow_array failed: Table 'kohadev.systempreferences' doesn't exist at /home/kk/kohaclone/blib/PERL_MODULE_DIR/C4/Context.pm line 480.
This is because the db is not yet populated and so does not have a systempreferences table. This test should be moved to the db_dependent subdir so that it is not executed by default. Kind Regards, Chris