summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark')
-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