mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
Merge pull request #1754 from mtmail/nominatim-db-tests-against-postgres
Nominatim::DB tests against separate postgresql database
This commit is contained in:
@@ -28,7 +28,7 @@ function isReverseOnlyInstallation()
|
||||
|
||||
|
||||
echo 'Checking database got created ... ';
|
||||
if ($oDB->databaseExists()) {
|
||||
if ($oDB->checkConnection()) {
|
||||
$print_success();
|
||||
} else {
|
||||
$print_fail();
|
||||
|
||||
Reference in New Issue
Block a user