mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Count crashed tests in total tests count.
This commit is contained in:
+1
-1
@@ -218,7 +218,7 @@ def report()
|
||||
puts msg
|
||||
end
|
||||
|
||||
$total_test = $ok_test.+($ko_test)
|
||||
$total_test = $ok_test.+($ko_test).+($kill_test)
|
||||
t_print("Total: #{$total_test}\n")
|
||||
|
||||
t_print(" OK: #{$ok_test}\n")
|
||||
|
||||
Reference in New Issue
Block a user