Skip to content

Commit c2410ef

Browse files
committed
Sum errors in tests
1 parent eae1519 commit c2410ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime-tests-results/table_generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
proc_test_data[platform][test_name][target]["total"] += test["tests"]
6060
proc_test_data[platform][test_name][target]["failures"] += test["failures"]
61-
proc_test_data[platform][test_name][target]["errors"] = test["errors"]
61+
proc_test_data[platform][test_name][target]["errors"] += test["errors"]
6262

6363
target_list = sorted(target_list)
6464

0 commit comments

Comments
 (0)