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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jul 6 04:12:09 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-07-06 04:12:09 -0400 (Mon, 06 Jul 2009)
New Revision: 5240

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
Log:
added -Ddatabase=$DATABASE to the testrun to fix SQLStmtTest

Modified: jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-07-06 07:33:19 UTC (rev 5239)
+++ jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-07-06 08:12:09 UTC (rev 5240)
@@ -17,6 +17,6 @@
 
 ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.setup
 
-mvn -U -Djboss.bind.address=localhost test
+mvn -U -Djboss.bind.address=localhost -Ddatabase=$DATABASE test
 
 ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.teardown




More information about the jbpm-commits mailing list