mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
bdd tests: enforce use of full import style
This commit is contained in:
@@ -82,6 +82,7 @@ class NominatimEnvironment(object):
|
|||||||
(';password=' + self.db_pass) if self.db_pass else ''
|
(';password=' + self.db_pass) if self.db_pass else ''
|
||||||
))
|
))
|
||||||
f.write("@define('CONST_Osm2pgsql_Flatnode_File', null);\n")
|
f.write("@define('CONST_Osm2pgsql_Flatnode_File', null);\n")
|
||||||
|
f.write("@define('CONST_Import_Style', CONST_BasePath.'/settings/import-full.style');\n")
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
def cleanup(self):
|
def cleanup(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user