mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
Show log when timed out
This commit is contained in:
parent
042d4c8133
commit
1cb5a669d3
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ module BasetestReadline
|
|||
end
|
||||
end
|
||||
rescue Timeout::Error
|
||||
assert true, "Timed out to handle SIGINT."
|
||||
assert true, "Timed out to handle SIGINT.\nLog: #{log}\n----"
|
||||
asserted = true
|
||||
end
|
||||
[log, Process.wait2(pid)[1]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue