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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Jul 6 07:22:05 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-07-06 07:22:05 -0400 (Mon, 06 Jul 2009)
New Revision: 5248

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
Log:
added documentation for -Ddatabase=$DATABASE

Modified: jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-07-06 11:08:58 UTC (rev 5247)
+++ jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-07-06 11:22:05 UTC (rev 5248)
@@ -17,6 +17,8 @@
 
 ant -f qa/build.xml $ANT_PROPERTIES integration.testrun.setup
 
+# -Ddatabase=$DATABASE is necessary for the reporting tests in module test-db
+# that test uses the jbpm.hibernate.cfg.xml resource on the classpath to connect to the db
 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