mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Enable Anope tests on Insp4
This commit is contained in:
@ -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 "
|
||||
|
||||
|
Reference in New Issue
Block a user