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 a38dce3 commit 9de86e3Copy full SHA for 9de86e3
src/tools/testwrap
@@ -51,6 +51,7 @@ for line in sp.stdout:
51
if line.startswith(b'ok '):
52
line = line.replace(b' # TODO ', b' # testwrap-overridden-TODO ', 1)
53
sys.stdout.buffer.write(line)
54
+ sys.stdout.flush()
55
returncode = sp.wait()
56
57
if returncode == 0:
0 commit comments