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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 25 14:50:38 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-25 14:50:38 -0500 (Wed, 25 Feb 2009)
New Revision: 84761

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
Log:
Remove process-test-classes

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-02-25 19:47:24 UTC (rev 84760)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-02-25 19:50:38 UTC (rev 84761)
@@ -36,16 +36,6 @@
 fi
 
 #
-# build the tests
-#
-MVN_CMD="mvn -o $ENVIRONMENT process-test-classes"
-echo $MVN_CMD; $MVN_CMD 2>&1; MVN_STATUS=$?
-if [ $MVN_STATUS -ne 0 ]; then
-  echo maven exit status $MVN_STATUS
-  exit 1
-fi
-
-#
 # Deploy distro
 #
 AUTO_INSTALL=$DISTRODIR/resources/auto-install-template.xml; cat $AUTO_INSTALL;




More information about the jboss-cvs-commits mailing list