[jbpm-commits] JBoss JBPM SVN: r4674 - jbpm4/trunk/qa.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 29 06:01:56 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-04-29 06:01:55 -0400 (Wed, 29 Apr 2009)
New Revision: 4674

Modified:
   jbpm4/trunk/qa/jbpm4-jboss.sh
Log:
adding stop of jboss before the test run

Modified: jbpm4/trunk/qa/jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-29 09:56:41 UTC (rev 4673)
+++ jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-29 10:01:55 UTC (rev 4674)
@@ -11,6 +11,9 @@
 
 mvn -U -Pdistro -Pschemadocs clean install
 
+echo just in case the previous run didn't complete ok, we stop jboss.
+ant -f modules/distro/src/main/files/jboss/build.xml $ANT_PROPERTIES stop.jboss
+
 ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.setup
 
 mvn -Djboss.bind.address=localhost test




More information about the jbpm-commits mailing list