Author: jfrederic.clere(a)jboss.com
Date: 2009-03-05 04:27:30 -0500 (Thu, 05 Mar 2009)
New Revision: 2335
Modified:
trunk/mod_cluster/test/java/apachectl.bat
Log:
use ping the other doesn't work in a batch.
Modified: trunk/mod_cluster/test/java/apachectl.bat
===================================================================
--- trunk/mod_cluster/test/java/apachectl.bat 2009-03-05 09:00:12 UTC (rev 2334)
+++ trunk/mod_cluster/test/java/apachectl.bat 2009-03-05 09:27:30 UTC (rev 2335)
@@ -28,8 +28,8 @@
"@BASELOC(a)\httpd-2.2\bin\httpd.exe" -k install
REM install will test httpd but using the current user so remove the logs files.
REM wait a little (2 ways)
-choice /c C /D C /t 30
-REM ping -n 31 localhost > NUL
+REM choice /c C /D C /t 30
+ping -n 31 localhost > NUL
dir "@BASELOC(a)\httpd-2.2\logs"
del "@BASELOC(a)\httpd-2.2\logs\access_log"
del "@BASELOC(a)\httpd-2.2\logs\error_log"
Show replies by date