[jboss-svn-commits] JBL Code SVN: r37970 - labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Mar 30 08:56:20 EDT 2012


Author: tomjenkinson
Date: 2012-03-30 08:56:19 -0400 (Fri, 30 Mar 2012)
New Revision: 37970

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
JBTM-1082 disabled emma until it works on both platforms

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-03-30 04:54:27 UTC (rev 37969)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-03-30 12:56:19 UTC (rev 37970)
@@ -25,7 +25,7 @@
 	exit -1
 fi
 
-ant -f run-tests.xml ci-tests emmareport
+ant -f run-tests.xml ci-tests
 if [ "$?" != "0" ]; then
 	exit -1
 fi



More information about the jboss-svn-commits mailing list