clean up uses of cli.nominatim()

They should not hand in data paths anymore.
This commit is contained in:
Sarah Hoffmann
2022-11-27 15:27:04 +01:00
parent 2abe9e6fd9
commit 2231401483
2 changed files with 15 additions and 19 deletions

View File

@@ -302,10 +302,6 @@ class NominatimEnvironment:
cli.nominatim(module_dir='',
osm2pgsql_path=str(self.build_dir / 'osm2pgsql' / 'osm2pgsql'),
phplib_dir=str(self.src_dir / 'lib-php'),
sqllib_dir=str(self.src_dir / 'lib-sql'),
data_dir=str(self.src_dir / 'data'),
config_dir=str(self.src_dir / 'settings'),
cli_args=cmdline,
phpcgi_path='',
environ=self.test_env)