driver.py: consume all stdout from subprocess (#5476)

This commit is contained in:
Geza Lore 2024-09-21 16:24:45 +01:00 committed by GitHub
parent 2c52119d6c
commit a6e9bce0dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: