X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/389138abfe11eef3207f63d432865b00119beb3c..d8ed1bfc601c6eb19b2db50df466654e843f0777:/test/python/test_tools_refresh_setup_website.py diff --git a/test/python/test_tools_refresh_setup_website.py b/test/python/test_tools_refresh_setup_website.py index 126fc561..18b146fc 100644 --- a/test/python/test_tools_refresh_setup_website.py +++ b/test/python/test_tools_refresh_setup_website.py @@ -25,7 +25,8 @@ def test_script(envdir): def run_website_script(envdir, config): - refresh.setup_website(envdir, envdir / 'php', config) + config.lib_dir.php = envdir / 'php' + refresh.setup_website(envdir, config) proc = subprocess.run(['/usr/bin/env', 'php', '-Cq', envdir / 'search.php'], check=False)