X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2c21cbb5e6394e0679c09850f66fd93cd63da97a..44292713c6e11bbf09079c7c910f9f819776300a:/test/bdd/environment.py diff --git a/test/bdd/environment.py b/test/bdd/environment.py index b12b6481..f0658c33 100644 --- a/test/bdd/environment.py +++ b/test/bdd/environment.py @@ -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):