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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 25 05:12:29 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-25 05:12:29 -0400 (Tue, 25 Aug 2009)
New Revision: 5532

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-db.sh
Log:
appolied dos2unix on jbpm4-db hudson job driver script

Modified: jbpm4/trunk/qa/hudson-jbpm4-db.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-db.sh	2009-08-25 09:10:01 UTC (rev 5531)
+++ jbpm4/trunk/qa/hudson-jbpm4-db.sh	2009-08-25 09:12:29 UTC (rev 5532)
@@ -1,8 +1,8 @@
-#!/bin/sh
-#
-# runs the smoke test suite
-
-mvn -U -Ddatabase=$DATABASE clean install
-ant -f qa/build.xml $ANT_PROPERTIES database.drop database.create
-mvn -Ddatabase=$DATABASE test
-ant -f qa/build.xml $ANT_PROPERTIES database.drop
+#!/bin/sh
+#
+# runs the smoke test suite
+
+mvn -U -Ddatabase=$DATABASE clean install
+ant -f qa/build.xml $ANT_PROPERTIES database.drop database.create
+mvn -Ddatabase=$DATABASE test
+ant -f qa/build.xml $ANT_PROPERTIES database.drop



More information about the jbpm-commits mailing list