juergen 2002/11/12 01:14:29 Modified: testsuite/bin TProcessor.CMD Log: introduced workhost, to specify the host of the working DB Revision Changes Path 1.14 +11 -1 jakarta-slide/testsuite/bin/TProcessor.CMD Index: TProcessor.CMD =================================================================== RCS file: /home/cvs/jakarta-slide/testsuite/bin/TProcessor.CMD,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- TProcessor.CMD 12 Aug 2002 08:35:03 -0000 1.13 +++ TProcessor.CMD 12 Nov 2002 09:14:29 -0000 1.14 @@ -12,9 +12,11 @@ rem (5) TP_ITERATIONS is the number of iterations each concurrent user performs an action. rem (6) DAV_AUTH specifies whether authentication is enabled on the server. rem (6) DAV_USER and DAV_PASSWORD are used for authentication against the server. -rem (7) TP_WORKDB internal DB name for the store configuration required for the I18N testcases ... :-( +rem (7) TP_WORKDB internal DB name for the store configuration required for the webdav and I18N testcases ... :-( +rem (8) TP_WORKHOST internal host name the internal DB for the store configuration required for the webdav and I18N testcases ... :-( set TP_WORKDB=xdavtest +set TP_WORKHOST=localhost set DAV_HOST=localhost set DAV_AUTH=false set DAV_USER=guest @@ -47,6 +49,7 @@ if "%1" == "-users" goto SET_USERS if "%1" == "-iterations" goto SET_ITERATIONS if "%1" == "-workdb" goto SET_WORKDB +if "%1" == "-workhost" goto SET_WORKHOST if "%1" == "-testcase" goto SET_TESTCASE if "%1" == "-pattern" goto SET_PATTERN goto SET_PAR @@ -122,6 +125,12 @@ shift goto LOOP +:SET_WORKHOST +shift +set TP_WORKHOST=%1 +shift +goto LOOP + :SET_TESTCASE shift set TESTCASE_PATH=%1 @@ -156,6 +165,7 @@ set OPTS=%OPTS% -Dxdav.globalVariablePerformanceIterations=%TP_ITER_SMALL% set OPTS=%OPTS% -Dxdav.urlencoding=UTF-8 set OPTS=%OPTS% -Dxdav.workdb=%TP_WORKDB% +set OPTS=%OPTS% -Dxdav.workhost=%TP_WORKHOST% set CLASSPATH= call cpbuild %TP_HOME%\lib
-- To unsubscribe, e-mail: <mailto:slide-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:slide-dev-help@;jakarta.apache.org>
