mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-12-25 05:52:32 +03:00
bdd: recreate project directory for every run
This commit is contained in:
parent
200eae3bc0
commit
018ef5bd53
@ -89,11 +89,6 @@ class NominatimEnvironment:
|
||||
if self.db_pass:
|
||||
dsn += ';password=' + self.db_pass
|
||||
|
||||
if self.website_dir is not None \
|
||||
and self.test_env is not None \
|
||||
and dsn == self.test_env['NOMINATIM_DATABASE_DSN']:
|
||||
return # environment already set uo
|
||||
|
||||
self.test_env = dict(self.default_config)
|
||||
self.test_env['NOMINATIM_DATABASE_DSN'] = dsn
|
||||
self.test_env['NOMINATIM_LANGUAGES'] = 'en,de,fr,ja'
|
||||
|
Loading…
Reference in New Issue
Block a user