Index: openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl,v diff -u -r1.79.2.74 -r1.79.2.75 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 18 Jul 2024 08:44:52 -0000 1.79.2.74 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 18 Jul 2024 10:05:03 -0000 1.79.2.75 @@ -665,7 +665,9 @@ # foreach testcase_id $testcase_ids { ns_log notice "========================================= start $testcase_id (Errors: [dict get [ns_logctl stats] Error])" + aa_test_start aa_run_testcase $testcase_id + aa_test_end ns_log notice "========================================= end $testcase_id (Errors: [dict get [ns_logctl stats] Error])" }