Count crashed tests in total tests count.

This commit is contained in:
take_cheeze
2014-03-24 03:22:17 +09:00
parent 75eed54bba
commit db5d78e229
+1 -1
View File
@@ -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")