Author: jfrederic.clere(a)jboss.com
Date: 2008-12-11 05:43:59 -0500 (Thu, 11 Dec 2008)
New Revision: 2125
Modified:
trunk/mod_cluster/test/java/build.xml
Log:
Stop httpd after running the tests.
Modified: trunk/mod_cluster/test/java/build.xml
===================================================================
--- trunk/mod_cluster/test/java/build.xml 2008-12-11 10:32:31 UTC (rev 2124)
+++ trunk/mod_cluster/test/java/build.xml 2008-12-11 10:43:59 UTC (rev 2125)
@@ -103,6 +103,11 @@
<arg value="start"/>
</exec>
</target>
+ <target name="stophttpd">
+ <exec executable="${base.path}/opt/jboss/httpd/sbin/apachectl">
+ <arg value="stop"/>
+ </exec>
+ </target>
<!-- Run the tests -->
<target name="all" depends="compile,httpd">
@@ -112,6 +117,8 @@
<jvmarg line="-Dcluster=${cluster}"/>
<classpath refid="tomcat.test.classpath"/>
</java>
+ <antcall target="stophttpd">
+ </antcall>
</target>
<target name="extra" depends="compile">
Show replies by date