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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Apr 12 01:55:48 EDT 2012


Author: zhfeng
Date: 2012-04-12 01:55:47 -0400 (Thu, 12 Apr 2012)
New Revision: 38004

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
JBTM-1115 update to remove xts unit and interop11 tests war after running the tests

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-04-12 05:44:33 UTC (rev 38003)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-04-12 05:55:47 UTC (rev 38004)
@@ -91,6 +91,16 @@
 	exit -1
 fi
 
+#REMOVE TEST WAR and EAR
+rm -f $JBOSS_HOME/standalone/deployments/*war*
+if [ "$?" != "0" ]; then
+	exit -1
+fi
+rm -f $JBOSS_HOME/standalone/deployments/*ear*
+if [ "$?" != "0" ]; then
+	exit -1
+fi
+
 #RUN XTS CRASH RECOVERY TESTS
 cd ${WORKSPACE}
 cd XTS/sar/tests



More information about the jboss-svn-commits mailing list