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 -r1.16 -r1.17 --- openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 13 Jan 2003 20:23:05 -0000 1.16 +++ openacs-4/packages/acs-bootstrap-installer/bootstrap.tcl 14 Jan 2003 12:21:04 -0000 1.17 @@ -127,14 +127,14 @@ # # Check for the presence of the automated testing package. # - set load_tests_p [apm_package_enabled_p "acs-automated-testing"] + set load_tests_p [apm_load_tests_p] foreach package_key [db_list package_keys_select { select package_key from apm_enabled_package_versions }] { nsv_set apm_enabled_package $package_key 1 - apm_load_package -load_tests_p $load_tests_p $package_key + apm_load_package -load_tests=$load_tests_p $package_key } if { ![nsv_exists rp_properties request_count] } {