[jboss-cvs] JBossAS SVN: r91195 - projects/jboss-osgi/trunk/hudson/hudson-home.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jul 14 05:08:06 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-07-14 05:08:06 -0400 (Tue, 14 Jul 2009)
New Revision: 91195

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
Log:
Run reactor tests in hudson

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-07-14 08:48:12 UTC (rev 91194)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-07-14 09:08:06 UTC (rev 91195)
@@ -86,7 +86,7 @@
 #
 # log dependency tree
 #
-MVN_CMD="mvn -o $ENVIRONMENT dependency:tree"
+MVN_CMD="mvn -o $ENVIRONMENT -Preactor dependency:tree"
 echo $MVN_CMD; $MVN_CMD | tee $WORKSPACE/dependency-tree.txt
 
 #
@@ -108,12 +108,12 @@
 #
 # execute tests
 #
-MVN_CMD="mvn -o -fae $ENVIRONMENT test"
+MVN_CMD="mvn -o -fae $ENVIRONMENT -Preactor test"
 echo $MVN_CMD; $MVN_CMD 2>&1 | tee $WORKSPACE/tests.log
 cat $WORKSPACE/tests.log | egrep FIXME\|FAILED | sort -u | tee $WORKSPACE/fixme.txt
 cat $WORKSPACE/fixme.txt | egrep "\[\S*]" > $WORKSPACE/errata-$CONTAINER.txt || :
 
 #
-# stop jbossas
+# stop jbossas/runtime
 #
 $HUDSONBIN/startup.sh $RUNTIME_HOME stop




More information about the jboss-cvs-commits mailing list