mirror of
https://github.com/YosysHQ/sby.git
synced 2025-08-25 14:16:07 +00:00
Add "sby -t", improve handling of stdin
This commit is contained in:
parent
bb5e134164
commit
20b8b8fe9f
2 changed files with 27 additions and 20 deletions
|
@ -520,8 +520,6 @@ class SbyJob:
|
|||
if self.status == "UNKNOWN": self.retcode = 4
|
||||
if self.status == "TIMEOUT": self.retcode = 5
|
||||
|
||||
self.log("DONE (%s, rc=%d)" % (self.status, self.retcode))
|
||||
|
||||
with open("%s/%s" % (self.workdir, self.status), "w") as f:
|
||||
for line in self.summary:
|
||||
print(line, file=f)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue