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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 27 15:16:58 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-08-27 15:16:58 -0400 (Thu, 27 Aug 2009)
New Revision: 5568

Modified:
   jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
Log:
changed windows backslashes to unix forward slashes

Modified: jbpm4/trunk/qa/hudson-jbpm4-jboss.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-08-27 17:13:21 UTC (rev 5567)
+++ jbpm4/trunk/qa/hudson-jbpm4-jboss.sh	2009-08-27 19:16:58 UTC (rev 5568)
@@ -13,8 +13,8 @@
 mvn -U -Pdistro,integration clean install
 ant -f qa/build.xml $ANT_PROPERTIES testsuite.jboss.setup
 
-cd modules\test-cactus
+cd modules/test-cactus
 mvn -Pruntest test
-cd ..\..
+cd ../..
 
 ant -f qa/build.xml $ANT_PROPERTIES testsuite.jboss.teardown



More information about the jbpm-commits mailing list