diff --git a/test/integration_test.rb b/test/integration_test.rb index 8c3b15d7..fab592c7 100644 --- a/test/integration_test.rb +++ b/test/integration_test.rb @@ -38,6 +38,7 @@ class IntegrationTest < Test::Unit::TestCase end end rescue Timeout::Error => e + $stderr.puts command, pipe.read if pipe raise error || e ensure Process.kill("TERM", pipe.pid) if pipe