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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 24 09:15:45 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-24 09:15:45 -0400 (Mon, 24 Aug 2009)
New Revision: 5517

Added:
   jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
Log:
added tomcat shell script to qa

Added: jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	                        (rev 0)
+++ jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2009-08-24 13:15:45 UTC (rev 5517)
@@ -0,0 +1,14 @@
+#!/bin/sh
+#
+# runs the jboss integration test suite
+
+MAVEN_OPTS="-Xms1024M -Xmx1024M"
+
+mvn -U -Pdistro,integration clean install
+ant -f qa/build.xml tomcat.integration.testsuite.setup
+
+cd modules\test-cactus
+mvn -Pruntest test
+cd ..\..
+
+ant -f qa/build.xml tomcat.integration.testsuite.teardown



More information about the jbpm-commits mailing list