Skip to content

Commit

Permalink
Add "START" log
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Aug 11, 2021
1 parent 84bf4d2 commit 7319b1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/readline/test_readline.rb
Expand Up @@ -519,6 +519,7 @@ def test_interrupt_in_other_thread

EnvUtil.invoke_ruby(["-I#{__dir__}", script.path], "", true, :merge_to_stdout) do |_in, _out, _, pid|
Timeout.timeout(TIMEOUT) do
log << "** START **"
while c = _out.read(1)
log << c if c
break if log.include?('input>')
Expand Down

0 comments on commit 7319b1f

Please sign in to comment.