Skip to content

Commit

Permalink
driver.py: consume all stdout from subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
gezalore committed Sep 21, 2024
1 parent 0484143 commit 78a208d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_regress/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@ def run(
sys.stdout.flush()
if logfh:
logfh.write(data)
if finished is not None:
elif finished is not None:
break

if logfh:
Expand Down

0 comments on commit 78a208d

Please sign in to comment.