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