* 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:
kosaki 2011-01-29 11:23:42 +00:00
parent d81eaaf192
commit 1195ba6644
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -205,7 +205,7 @@ class BenchmarkDriver
}
if $? != 0
raise "Benchmark process exited with abnormal status (#{$?})"
raise "\`#{cmd}\' exited with abnormal status (#{$?})"
end
m.real