From: Stephen D. <sd...@us...> - 2005-04-18 12:52:47
|
Update of /cvsroot/naviserver/naviserver/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25140/tests Modified Files: test.nscfg Log Message: Add helper command nstest_http for test suite and new config parameter ns/parameters/tcllibrary so that the tcl shared library can be set to an arbitrary path. Index: test.nscfg =================================================================== RCS file: /cvsroot/naviserver/naviserver/tests/test.nscfg,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test.nscfg 12 Apr 2005 06:21:24 -0000 1.2 --- test.nscfg 18 Apr 2005 12:52:35 -0000 1.3 *************** *** 34,37 **** --- 34,38 ---- ns_section "ns/parameters" ns_param home [ns_config "test" home] + ns_param tcllibrary [ns_config "test" home]/../tcl ns_section "ns/servers" *************** *** 54,58 **** ns_section "ns/server/${servername}/tcl" ns_param initfile ../nsd/init.tcl ! ns_param library ../tcl ns_section "ns/server/${servername}/module/nssock" --- 55,59 ---- ns_section "ns/server/${servername}/tcl" ns_param initfile ../nsd/init.tcl ! ns_param library [ns_config "test" home]/testserver/modules ns_section "ns/server/${servername}/module/nssock" |