[jbpm-commits] JBoss JBPM SVN: r5512 - jbpm4/branches/tbaeyens/qa.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 24 07:46:54 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-24 07:46:54 -0400 (Mon, 24 Aug 2009)
New Revision: 5512

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

Added: jbpm4/branches/tbaeyens/qa/hudson-jbpm4-tomcat.sh
===================================================================
--- jbpm4/branches/tbaeyens/qa/hudson-jbpm4-tomcat.sh	                        (rev 0)
+++ jbpm4/branches/tbaeyens/qa/hudson-jbpm4-tomcat.sh	2009-08-24 11:46:54 UTC (rev 5512)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# runs the tomcat 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