]> git.koha-community.org Git - koha.git/commit
Bug 19821: Do not modify KOHA_CONF, use new database_test entry instead
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 4 May 2018 17:41:14 +0000 (14:41 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 25 Oct 2021 09:27:40 +0000 (11:27 +0200)
commit98c42b8d5acf2a001943705b324bf120aae49338
tree563c2c5a03ab6d800a9948a7115b312530356f7c
parent16442dabd13c612a4f52f6085ae274614368f67b
Bug 19821: Do not modify KOHA_CONF, use new database_test entry instead

I have tried to use the original idea of this patch for bug 19185, but
it cannot work as it. ENV is not shared between processus and KOHA_CONF
will not be read by webserver (used for selenium tests).

Moreover on bug 19185 we are testing the installation process and we do
not want the database to be populated with sample data, we just need a
new and clean DB.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Bouzid Fergani <bouzid.fergani@inlibro.com>
Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/lib/Bootstrap.pm