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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 24 09:31:26 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-24 09:31:25 -0400 (Mon, 24 Aug 2009)
New Revision: 5518

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
Log:
dos2unix on tomcat script

Modified: jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2009-08-24 13:15:45 UTC (rev 5517)
+++ jbpm4/trunk/qa/hudson-jbpm4-tomcat.sh	2009-08-24 13:31:25 UTC (rev 5518)
@@ -1,14 +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
+#!/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