1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

exception must make process stop

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2014-07-01 00:40:34 +00:00
parent 7ef7c6d6f3
commit ab606d8f11

View file

@ -555,7 +555,7 @@ module Test
r = Marshal.load($1.unpack("m")[0])
rescue
print "unknown object: #{$1.unpack("m")[0].dump}"
return false
return true
end
result << r[0..1] unless r[0..1] == [nil,nil]
rep << {file: worker.real_file, report: r[2], result: r[3], testcase: r[5]}