Actions
Backport #8311
closedbackport r40182 (fix a curses test failure with EIO)
Status:
Closed
Assignee:
Description
rubyci でエラーになっているのが直るはず。
Actions
Like0
Like0Like0
Added by nagachika (Tomoyuki Chikanaga) almost 12 years ago. Updated almost 12 years ago.
Description
rubyci でエラーになっているのが直るはず。
r40221 ($stdout.flush の追加) も追加
This issue was solved with changeset r40421.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
merge revision(s) 40182,40221: [Backport #8311]
test_curses.rb: add sentinel
* test/test_curses.rb (TestCurses#run_curses): add sentinel to get rid
of read pty output after the child process terminated, which causes
EIO on Linux.