1
0
Fork 0
arangodb/3rdParty/mruby/test/report.rb

5 lines
108 B
Ruby

report
if $ko_test > 0 or $kill_test > 0
raise "mrbtest failed (KO:#{$ko_test}, Crash:#{$kill_test})"
end