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.33 -r1.79.2.34 --- openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 28 Oct 2020 15:39:18 -0000 1.79.2.33 +++ openacs-4/packages/acs-automated-testing/tcl/aa-test-procs.tcl 4 Nov 2020 13:12:15 -0000 1.79.2.34 @@ -678,6 +678,13 @@ } set aa_in_init_class "" + # + # Cleanup temporary XOTcl objects + # + if {[namespace which ::xo::at_cleanup] ne ""} { + ::xo::at_cleanup + } + # Generate the XML report file aa_test::write_test_file }