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