mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-26 23:15:50 +00:00
Add "expect" config option
This commit is contained in:
parent
ad4c0f2198
commit
c2c273c7c8
5 changed files with 48 additions and 10 deletions
|
@ -84,5 +84,5 @@ if opt_force:
|
|||
job = SbyJob(sbyfile, workdir, early_logmsgs)
|
||||
job.run()
|
||||
|
||||
sys.exit(0 if job.status == "PASS" else 1)
|
||||
sys.exit(job.retcode)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue