diff --git a/src/tools/testwrap b/src/tools/testwrap index 68976fb2f5d..f9e38c84bd4 100755 --- a/src/tools/testwrap +++ b/src/tools/testwrap @@ -46,6 +46,7 @@ for line in sp.stdout: if line.startswith(b'ok '): line = line.replace(b' # TODO ', b' # testwrap-overridden-TODO ', 1) sys.stdout.buffer.write(line) + sys.stdout.flush() returncode = sp.wait() if returncode == 0: