Commit e2da53c6 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1927 from take-cheeze/count_crash

Count crashed tests in total tests count.
parents 75eed54b db5d78e2
......@@ -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