Index: openacs-4/etc/install/install.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/install.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/etc/install/install.tcl 27 Jan 2004 10:29:22 -0000 1.20 +++ openacs-4/etc/install/install.tcl 28 Jan 2004 15:50:28 -0000 1.21 @@ -272,3 +272,20 @@ # Should links be crawled to search for broken pages? This doesn't quite work! set crawl_links "no" + +#---------------------------------------------------------------------- +# 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 ""