Author: jfrederic.clere(a)jboss.com
Date: 2009-03-04 03:08:32 -0500 (Wed, 04 Mar 2009)
New Revision: 2330
Modified:
trunk/mod_cluster/test/java/apachectl.bat
Log:
install will test httpd but using the current user so remove the logs files.
in my tests the prevent the service to start:
rwx------ 1 hudson None 65 Mar 3 21:20 error_log
instead
-rwx------ 1 Administrators None 749 Mar 4 03:02 error_log
Modified: trunk/mod_cluster/test/java/apachectl.bat
===================================================================
--- trunk/mod_cluster/test/java/apachectl.bat 2009-03-03 20:50:22 UTC (rev 2329)
+++ trunk/mod_cluster/test/java/apachectl.bat 2009-03-04 08:08:32 UTC (rev 2330)
@@ -26,6 +26,9 @@
@if "%1" == "stop" goto stop
"@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.
+del "@BASELOC(a)\httpd-2.2\logs\access_log"
+del "@BASELOC(a)\httpd-2.2\logs\error_log"
"@BASELOC(a)\httpd-2.2\bin\httpd.exe" -k start
goto end
Show replies by date