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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Apr 6 05:06:10 EDT 2012


Author: zhfeng
Date: 2012-04-06 05:06:09 -0400 (Fri, 06 Apr 2012)
New Revision: 37987

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
build xtstest.war

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-04-06 08:20:56 UTC (rev 37986)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-04-06 09:06:09 UTC (rev 37987)
@@ -73,6 +73,7 @@
 sleep 10 
 
 cd xts-install/interop-tests
+mkdir reports
 ant -f run-interop-tests.xml -Dserver.hostname=localhost wstx11-interop-tests
 if [ "$?" != "0" ]; then
 	exit -1
@@ -86,6 +87,13 @@
 
 #RUN XTS CRASH RECOVERY TESTS
 cd ${WORKSPACE}
+cd XTS/sar/tests
+ant 
+if [ "$?" != "0" ]; then
+	exit -1
+fi
+
+cd ${WORKSPACE}
 cd XTS/sar/crash-recovery-tests
 if [ "$?" != "0" ]; then
 	exit -1



More information about the jboss-svn-commits mailing list