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:
parent
00efdecb4b
commit
d398a3c2df
3 changed files with 8 additions and 2 deletions
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue