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:
parent
7ef7c6d6f3
commit
ab606d8f11
1 changed files with 1 additions and 1 deletions
|
@ -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]}
|
||||
|
|
Loading…
Add table
Reference in a new issue