You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by Nacho <na...@siapi.es> on 2000/08/25 20:20:24 UTC

[PATCH] runtest.bat

Hola a todos:

runtest have a small bug in it, "runtest all" do the jsptests 2 times
and this patch correct this:

8<----------------------------------------------------------------------

Index: runtest.bat
===================================================================
RCS file: /home/cvs/jakarta-watchdog/src/bin/runtest.bat,v
retrieving revision 1.11
diff -u -r1.11 runtest.bat
--- runtest.bat	2000/07/02 11:55:17	1.11
+++ runtest.bat	2000/08/25 18:15:18
@@ -38,7 +38,7 @@
 if "%1"=="jsp" goto jsp
 
 java -Dtomcat.home=%TOMCAT_HOME% org.apache.tools.ant.Main -Dport
%PORT% -Dhost %HOST% -Dwatchdog.home %WATCHDOG_HOME% -f
%WATCHDOG_HOME%/conf/runtest.xml startup servlet-test jsp-test shutdown
-
+goto restore
 :jsp
 java -Dtomcat.home=%TOMCAT_HOME% org.apache.tools.ant.Main -Dport
%PORT% -Dhost %HOST% -Dwatchdog.home %WATCHDOG_HOME% -f
%WATCHDOG_HOME%/conf/runtest.xml startup jsp-test shutdown
 goto restore
8<----------------------------------------------------------------------

Saludos ,
Ignacio J. Ortega