Index: openacs-4/packages/acs-automated-testing/www/admin/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/www/admin/index.tcl,v diff -u -N -r1.16.2.13 -r1.16.2.14 --- openacs-4/packages/acs-automated-testing/www/admin/index.tcl 2 Mar 2021 11:55:48 -0000 1.16.2.13 +++ openacs-4/packages/acs-automated-testing/www/admin/index.tcl 13 Mar 2021 11:25:34 -0000 1.16.2.14 @@ -106,6 +106,8 @@ } } +array set ::total {cases 0 passes 0 fails 0 warnings 0} + if {$view_by eq "package"} { # # Calculate package proc test coverage @@ -131,6 +133,10 @@ $passes $fails $warnings \ $proc_coverage $proc_coverage_level \ [dict get $color background] [dict get $color foreground] + incr ::total(cases) $total + incr ::total(passes) $passes + incr ::total(fails) $fails + incr ::total(warnings) $warnings } } else { #