mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* benchmark/driver.rb: fix to continue benchmarks when
an error is occurred. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
2d8b8b4d3e
commit
06653c1933
2 changed files with 9 additions and 3 deletions
|
@ -223,10 +223,11 @@ class BenchmarkDriver
|
|||
}
|
||||
|
||||
if $? != 0
|
||||
raise "\`#{cmd}\' exited with abnormal status (#{$?})"
|
||||
output "\`#{cmd}\' exited with abnormal status (#{$?})"
|
||||
0
|
||||
else
|
||||
m.real
|
||||
end
|
||||
|
||||
m.real
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue