Commit db5d78e2 authored by take_cheeze's avatar take_cheeze

Count crashed tests in total tests count.

parent 75eed54b
......@@ -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")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment