Index: openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl,v diff -u -N -r1.34.2.2 -r1.34.2.3 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 21 Jan 2020 12:03:40 -0000 1.34.2.2 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 23 May 2020 10:56:36 -0000 1.34.2.3 @@ -152,9 +152,11 @@ apm_bootstrap_load_libraries -init acs-tcl # LARS: Load packages/acs-automated-testing/tcl/aa-test-procs.tcl - ns_log Notice "Loading acs-automated-testing specially so other packages can define tests..." - apm_bootstrap_load_libraries -procs acs-automated-testing - + if {[apm_load_tests_p]} { + ns_log Notice "Loading acs-automated-testing specially so other packages can define tests..." + apm_bootstrap_load_libraries -procs acs-automated-testing + } + # Build the list of subsite packages apm_build_subsite_packages_list