Author: tom.baeyens(a)jboss.com
Date: 2009-07-06 05:53:08 -0400 (Mon, 06 Jul 2009)
New Revision: 5245
Modified:
jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
Log:
removed -Ddatabase from the integration test run
Modified: jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-jboss.sh 2009-07-06 09:43:13 UTC (rev 5244)
+++ jbpm4/trunk/qa/hudson-jbpm4-jboss.sh 2009-07-06 09:53:08 UTC (rev 5245)
@@ -17,6 +17,6 @@
ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.setup
-mvn -U -Djboss.bind.address=localhost -Ddatabase=$DATABASE test
+mvn -U -Djboss.bind.address=localhost test
ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.teardown