mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Add ngircd controller
This commit is contained in:
@ -152,7 +152,11 @@ def get_test_job(*, config, test_config, test_id, version_flavor, jobs):
|
||||
|
||||
env += test_config.get("env", {}).get(version_flavor.value, "") + " "
|
||||
if "prefix" in software_config:
|
||||
env += f"PATH={software_config['prefix']}/bin:$PATH "
|
||||
env += (
|
||||
f"PATH={software_config['prefix']}/sbin"
|
||||
f":{software_config['prefix']}/bin"
|
||||
f":$PATH "
|
||||
)
|
||||
|
||||
if software_config["separate_build_job"]:
|
||||
needs.append(f"build-{software_id}")
|
||||
|
Reference in New Issue
Block a user