Merge pull request #1754 from mtmail/nominatim-db-tests-against-postgres

Nominatim::DB tests against separate postgresql database
This commit is contained in:
Sarah Hoffmann
2020-04-26 10:20:30 +02:00
committed by GitHub
5 changed files with 194 additions and 9 deletions

View File

@@ -28,7 +28,7 @@ function isReverseOnlyInstallation()
echo 'Checking database got created ... ';
if ($oDB->databaseExists()) {
if ($oDB->checkConnection()) {
$print_success();
} else {
$print_fail();