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()
|
sys.stdout.flush()
|
||||||
if logfh:
|
if logfh:
|
||||||
logfh.write(data)
|
logfh.write(data)
|
||||||
if finished is not None:
|
elif finished is not None:
|
||||||
break
|
break
|
||||||
|
|
||||||
if logfh:
|
if logfh:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue