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

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


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

Added:
   jbpm4/trunk/qa/hudson-jbpm4-cfg.sh
Log:
added configuration hudson ci driver script

Added: jbpm4/trunk/qa/hudson-jbpm4-cfg.sh
===================================================================
--- jbpm4/trunk/qa/hudson-jbpm4-cfg.sh	                        (rev 0)
+++ jbpm4/trunk/qa/hudson-jbpm4-cfg.sh	2009-08-25 09:05:41 UTC (rev 5530)
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+# runs the configuration test suite
+
+mvn clean install
+cd modules/test-cfg
+mvn clean test
+cd ../..



More information about the jbpm-commits mailing list