Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9de86e3

Browse files
committed
meson: Flush stdout in testwrap
Otherwise the progress won't reliably be displayed during a test.Reviewed-by: Noah Misch <noah@leadboat.com>Discussion:https://postgr.es/m/kx6xu7suexal5vwsxpy7ybgkcznx6hgywbuhkr6qabcwxjqax2@i4pcpk75jvaaBackpatch-through: 16
1 parenta38dce3 commit9de86e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/tools/testwrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ for line in sp.stdout:
5151
ifline.startswith(b'ok '):
5252
line=line.replace(b' # TODO ',b' # testwrap-overridden-TODO ',1)
5353
sys.stdout.buffer.write(line)
54+
sys.stdout.flush()
5455
returncode=sp.wait()
5556

5657
ifreturncode==0:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp