larryi      01/07/19 20:48:09

  Modified:    src/admin/WEB-INF/scripts run-test.bat
  Log:
  Forgot to remove "rem".  Call Ant so CLASSPATH setting is restored.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-tomcat/src/admin/WEB-INF/scripts/run-test.bat
  
  Index: run-test.bat
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/admin/WEB-INF/scripts/run-test.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run-test.bat      2001/07/17 13:46:00     1.1
  +++ run-test.bat      2001/07/20 03:48:09     1.2
  @@ -1,4 +1,4 @@
  -rem @echo off
  +@echo off
   
   rem Batch file to run the tomcat sanity test suite
   rem Note: You may send the output to a file using "run-tomcat -l file"
  @@ -24,7 +24,7 @@
   set CLASSPATH=%CLASSPATH%;%_OLDCP%
   
   :runant
  -ant -Dgdir="%TOMCAT_HOME%/webapps/test/Golden" -f 
"%TOMCAT_HOME%/webapps/test/WEB-INF/test-tomcat.xml" %1 %2 %3 %4 %5 %6 %7 %8 %9 client
  +call ant -Dgdir="%TOMCAT_HOME%/webapps/test/Golden" -f 
"%TOMCAT_HOME%/webapps/test/WEB-INF/test-tomcat.xml" %1 %2 %3 %4 %5 %6 %7 %8 %9 client
   
   set CLASSPATH=%_OLDCP%
   
  
  
  

Reply via email to