summaryrefslogtreecommitdiffhomepage
path: root/test/bintest.rb
diff options
context:
space:
mode:
authorKOBAYASHI Shuji <[email protected]>2019-03-13 22:04:14 +0900
committerKOBAYASHI Shuji <[email protected]>2019-03-13 22:04:14 +0900
commitc3122c887a7fb842aac78b4735a64004a9b71a20 (patch)
treebceb7adb985e9ee00aa04b6416da681214ad23c4 /test/bintest.rb
parentad0a8888f3c7fb99304347760a746dcf64539f5e (diff)
downloadmruby-c3122c887a7fb842aac78b4735a64004a9b71a20.tar.gz
mruby-c3122c887a7fb842aac78b4735a64004a9b71a20.zip
Do not raise an exception when bintest fail
- An exception do not raise when mrbtest fail. - There are no useful informations in exception message and backtrace.
Diffstat (limited to 'test/bintest.rb')
-rw-r--r--test/bintest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bintest.rb b/test/bintest.rb
index 2bcecaec5..ed71e57fd 100644
--- a/test/bintest.rb
+++ b/test/bintest.rb
@@ -39,4 +39,4 @@ ARGV.each do |gem|
end
end
-load 'test/report.rb'
+exit report