Enable Anope tests on Insp4

This commit is contained in:
2021-07-07 21:40:09 +02:00
committed by Val Lorentz
parent 37ad8789f1
commit 13b4806908
3 changed files with 8 additions and 8 deletions

View File

@ -147,7 +147,7 @@ def get_test_job(*, config, test_config, test_id, version_flavor):
else:
software_config = config["software"][software_id]
env += software_config.get("env", {}).get(version_flavor.value, "") + " "
env += test_config.get("env", {}).get(version_flavor.value, "") + " "
if "prefix" in software_config:
env += f"PATH={software_config['prefix']}/bin:$PATH "