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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 27 05:17:01 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-27 05:17:01 -0400 (Thu, 27 Aug 2009)
New Revision: 5560

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-db.sh
Log:
fixed db hudson script

Modified: jbpm4/trunk/qa/hudson-jbpm4-db.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-db.sh	2009-08-27 07:58:57 UTC (rev 5559)
+++ jbpm4/trunk/qa/hudson-jbpm4-db.sh	2009-08-27 09:17:01 UTC (rev 5560)
@@ -2,7 +2,7 @@
 #
 # runs the smoke test suite
 
-mvn -U -Ddatabase=$DATABASE clean install
-ant -f qa/build.xml $ANT_PROPERTIES database.drop database.create
+mvn -U -Pdistro clean install
+ant -f qa/build.xml -Ddatabase=$DATABASE db.integration.testsuite.setup
 mvn -Ddatabase=$DATABASE test
-ant -f qa/build.xml $ANT_PROPERTIES database.drop
+ant -f qa/build.xml -Ddatabase=$DATABASE db.integration.testsuite.teardown



More information about the jbpm-commits mailing list