Index: openacs-4/etc/install/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/etc/install/install.tcl 27 Nov 2003 10:54:31 -0000 1.17 +++ openacs-4/etc/install/install.tcl 8 Dec 2003 16:34:33 -0000 1.18 @@ -255,14 +255,19 @@ set dotlrn_users_data_file "users-data.csv" set demo_users_password "guest" -# Should links be crawled to search for broken pages? If so, specify the path -# to start from here. To crawl the whole site, set this parameter to "/". To -# not do any crawling, leave empty. -set crawl_links_start_path "" +#---------------------------------------------------------------------- +# Tcl API testing. Not recommended for production servers. +#---------------------------------------------------------------------- +set do_tclapi_testing "no" #---------------------------------------------------------------------- # HTTP level testing and demo data setup with tclwebtest #---------------------------------------------------------------------- # A list of full paths for any additional tclwebtest scripts that should # be executed after install set tclwebtest_scripts "" + +# Should links be crawled to search for broken pages? If so, specify the path +# to start from here. To crawl the whole site, set this parameter to "/". To +# not do any crawling, leave empty. +set crawl_links_start_path ""