aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/driver.rb
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-29 11:23:42 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-01-29 11:23:42 +0000
commit1195ba6644dd68123beeaa1efc228f8e7cfad4b1 (patch)
treeeb74291eb137b8e0ce316935b09f6ef5266cae3a /benchmark/driver.rb
parentd81eaaf19298dcb4f2eac9ff9b880b25c863dff7 (diff)
downloadruby-1195ba6644dd68123beeaa1efc228f8e7cfad4b1.tar.gz
* 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
Diffstat (limited to 'benchmark/driver.rb')
-rw-r--r--benchmark/driver.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/driver.rb b/benchmark/driver.rb
index 687dec26f1..31c9ac2dc9 100644
--- a/benchmark/driver.rb
+++ b/benchmark/driver.rb
@@ -205,7 +205,7 @@ class BenchmarkDriver
}
if $? != 0
- raise "Benchmark process exited with abnormal status (#{$?})"
+ raise "\`#{cmd}\' exited with abnormal status (#{$?})"
end
m.real