summaryrefslogtreecommitdiff
path: root/benchmark/driver.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/driver.rb')
-rw-r--r--benchmark/driver.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/benchmark/driver.rb b/benchmark/driver.rb
index f689ebfe2c..964d202c44 100644
--- a/benchmark/driver.rb
+++ b/benchmark/driver.rb
@@ -223,10 +223,11 @@ class BenchmarkDriver
}
if $? != 0
- raise "\`#{cmd}\' exited with abnormal status (#{$?})"
+ output "\`#{cmd}\' exited with abnormal status (#{$?})"
+ 0
+ else
+ m.real
end
-
- m.real
end
end