From 092ec0146dbf4489e4754a6287ddc81feb055c83 Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 30 Nov 2007 08:47:22 +0000 Subject: report the reason of process termination. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_process.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_process.rb') diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb index 93eb871edc..1e9ad4d457 100644 --- a/test/ruby/test_process.rb +++ b/test/ruby/test_process.rb @@ -36,6 +36,6 @@ class TestProcess < Test::Unit::TestCase exit 1 } Process.wait pid - assert_equal(0, $?.to_i) + assert_equal(0, $?.to_i, "#{$?}") end end -- cgit v1.2.3