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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 29 06:24:17 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-04-29 06:24:16 -0400 (Wed, 29 Apr 2009)
New Revision: 4676

Modified:
   jbpm4/trunk/qa/jbpm4-jboss.bat
   jbpm4/trunk/qa/jbpm4-jboss.sh
Log:
qa script driver fixes

Modified: jbpm4/trunk/qa/jbpm4-jboss.bat
===================================================================
--- jbpm4/trunk/qa/jbpm4-jboss.bat	2009-04-29 10:02:26 UTC (rev 4675)
+++ jbpm4/trunk/qa/jbpm4-jboss.bat	2009-04-29 10:24:16 UTC (rev 4676)
@@ -5,6 +5,6 @@
 
 cmd /C ant -f qa/build.xml integration.testrun.setup
 
-cmd /C mvn -Djboss.bind.address=localhost test
+cmd /C mvn -U -Djboss.bind.address=localhost test
 
 cmd /C ant -f qa/build.xml integration.testrun.teardown

Modified: jbpm4/trunk/qa/jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-29 10:02:26 UTC (rev 4675)
+++ jbpm4/trunk/qa/jbpm4-jboss.sh	2009-04-29 10:24:16 UTC (rev 4676)
@@ -9,13 +9,13 @@
 echo workspace......... $WORKSPACE
 echo jboss.distro.dir.. $SOURCE_REPO/jboss
 
-echo just in case the previous run didn't complete ok, we stop jboss.
+echo just in case the previous run didnt complete ok, we stop jboss
 ant -f modules/distro/src/main/files/jboss/build.xml $ANT_PROPERTIES stop.jboss
 
 mvn -U -Pdistro -Pschemadocs clean install
 
 ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.setup
 
-mvn -Djboss.bind.address=localhost test
+mvn -U -Djboss.bind.address=localhost test
 
 ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.teardown




More information about the jbpm-commits mailing list