summaryrefslogtreecommitdiff
path: root/benchmark/driver.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/driver.rb')
-rw-r--r--benchmark/driver.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/driver.rb b/benchmark/driver.rb
index defe3c30be..660b9a1d84 100644
--- a/benchmark/driver.rb
+++ b/benchmark/driver.rb
@@ -319,6 +319,7 @@ class BenchmarkDriver
}
if $? != 0
+ raise $?.inspect if $? && $?.signaled?
output "\`#{cmd}\' exited with abnormal status (#{$?})"
0
else