mirror of
https://github.com/verilator/verilator.git
synced 2025-01-01 04:07:34 +00:00
driver.py: consume all stdout from subprocess (#5476)
This commit is contained in:
parent
2c52119d6c
commit
a6e9bce0dd
@ -1705,7 +1705,7 @@ class VlTest:
|
||||
sys.stdout.flush()
|
||||
if logfh:
|
||||
logfh.write(data)
|
||||
if finished is not None:
|
||||
elif finished is not None:
|
||||
break
|
||||
|
||||
if logfh:
|
||||
|
Loading…
Reference in New Issue
Block a user