Show log when timed out

This commit is contained in:
aycabta 2021-08-05 19:39:22 +09:00
parent 042d4c8133
commit 1cb5a669d3

View file

@ -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]]