mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5 lines
108 B
Ruby
5 lines
108 B
Ruby
report
|
|
if $ko_test > 0 or $kill_test > 0
|
|
raise "mrbtest failed (KO:#{$ko_test}, Crash:#{$kill_test})"
|
|
end
|