We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 190dc27 commit 5941946Copy full SHA for 5941946
src/tools/testwrap
@@ -61,6 +61,7 @@ for line in sp.stdout:
61
if line.startswith(b'ok '):
62
line = line.replace(b' # TODO ', b' # testwrap-overridden-TODO ', 1)
63
sys.stdout.buffer.write(line)
64
+ sys.stdout.flush()
65
returncode = sp.wait()
66
67
if returncode == 0:
0 commit comments