customize

This commit is contained in:
AF 2023-08-05 17:35:14 +00:00
parent b368bf9049
commit 41ab44875d

View File

@ -104,7 +104,7 @@ def append_factory(factory, name: str, workenames: list[str]):
c["builders"].append(
util.BuilderConfig(name=name, workernames=workenames, factory=factory)
)
builderNames.append("runtests")
builderNames.append(name)
factory = basic_factory()