* benchmark/driver.rb (BenchmarkDriver#measure): Show command line
when abnormal exiting occur. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d81eaaf192
commit
1195ba6644
@ -1,3 +1,8 @@
|
||||
Sat Jan 29 20:22:39 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
|
||||
|
||||
* benchmark/driver.rb (BenchmarkDriver#measure): Show command line
|
||||
when abnormal exiting occur.
|
||||
|
||||
Sat Jan 29 10:53:16 2011 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevel
|
||||
|
@ -205,7 +205,7 @@ class BenchmarkDriver
|
||||
}
|
||||
|
||||
if $? != 0
|
||||
raise "Benchmark process exited with abnormal status (#{$?})"
|
||||
raise "\`#{cmd}\' exited with abnormal status (#{$?})"
|
||||
end
|
||||
|
||||
m.real
|
||||
|
Loading…
x
Reference in New Issue
Block a user