juergen     2003/08/13 00:26:57

  Modified:    testsuite/bin TProcessor.CMD
  Log:
  fixed a bug in the exclude section.
  
  Revision  Changes    Path
  1.21      +2 -2      jakarta-slide/testsuite/bin/TProcessor.CMD
  
  Index: TProcessor.CMD
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/testsuite/bin/TProcessor.CMD,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- TProcessor.CMD    11 Aug 2003 12:01:14 -0000      1.20
  +++ TProcessor.CMD    13 Aug 2003 07:26:57 -0000      1.21
  @@ -165,7 +165,7 @@
   
   :SET_EXCLUDE
   shift
  -set TESTCASE_EXCLUDE=%1
  +set TESTCASE_EXCLUDE= -exclude %1
   shift
   goto LOOP
   
  @@ -241,7 +241,7 @@
   :SET_PATTERN
   set CLS=org.apache.slide.testsuite.testtools.walker.MultiTProcessorExecuter
   set PAR=%TESTCASE_PATTERN%
  -if not "%TESTCASE_EXCLUDE%" == "" set Par=%PAR% -exclude %TESTCASE_EXCLUDE%
  +if not "%TESTCASE_EXCLUDE%" == "" set Par=%PAR%  %TESTCASE_EXCLUDE%
   goto EXEC
   
   :SET_ALL
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to