3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-05-02 17:57:00 +00:00

tests: Fail on CI when any required tool is missing

This commit is contained in:
Jannis Harder 2022-06-02 16:25:11 +02:00
parent 00efdecb4b
commit d398a3c2df
3 changed files with 8 additions and 2 deletions

View file

@ -66,7 +66,7 @@ with rules_file.open("w") as rules:
if missing_tools:
print(
f"\t@echo; echo 'SKIPPING {target}: {', '.join(missing_tools)} not found'; echo",
f"\t@echo; echo 'SKIPPING {target}: {', '.join(missing_tools)} not found'; $(SKIP_COMMAND)",
file=rules,
)