You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by lu...@apache.org on 2004/07/13 11:21:52 UTC

cvs commit: jakarta-slide/testsuite/bin TProcessor.CMD

luetzkendorf    2004/07/13 02:21:52

  Modified:    testsuite/bin TProcessor.CMD
  Log:
  added -options option to pass options thru to TProcessor
  
  Revision  Changes    Path
  1.34      +8 -1      jakarta-slide/testsuite/bin/TProcessor.CMD
  
  Index: TProcessor.CMD
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/bin/TProcessor.CMD,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- TProcessor.CMD	3 Jun 2004 17:16:23 -0000	1.33
  +++ TProcessor.CMD	13 Jul 2004 09:21:52 -0000	1.34
  @@ -37,6 +37,7 @@
   set PAR=
   set TP_DEBUG=false
   set TP_VERBOSE=false
  +set OPTS=
   
   if "%TP_HOME%" == "" set TP_HOME=..
   
  @@ -65,6 +66,7 @@
   if "%1" == "-exclude" goto SET_EXCLUDE
   if "%1" == "-debug" goto SET_DEBUG
   if "%1" == "-verbose" goto SET_VERBOSE
  +if "%1" == "-options" goto SET_OPTIONS
   goto SET_PAR
   
   :SET_PAR
  @@ -186,6 +188,12 @@
   shift
   goto LOOP
   
  +:SET_OPTIONS
  +shift
  +set OPTS=%1
  +shift
  +goto LOOP
  +
   :INVOKE_TP
   set /A TP_ITER_SMALL=%TP_ITERATIONS%/2
   
  @@ -214,7 +222,6 @@
   rem <<< END *** TEMPORARY *** for Tamino only
   
   
  -set OPTS=
   set OPTS=%OPTS% -Dxdav.home="%TP_HOME%"
   set OPTS=%OPTS% -Dxdav.host=%DAV_HOST%
   set OPTS=%OPTS% -Dxdav.port=%DAV_PORT%
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org