[jboss-svn-commits] JBL Code SVN: r37984 - 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 02:18:24 EDT 2012


Author: zhfeng
Date: 2012-04-06 02:18:23 -0400 (Fri, 06 Apr 2012)
New Revision: 37984

Modified:
   labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
skip publican

Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-04-06 05:29:55 UTC (rev 37983)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh	2012-04-06 06:18:23 UTC (rev 37984)
@@ -40,7 +40,7 @@
 	exit -1
 fi
 
-ant -Dtesttype=tests-11 -Dsartype=sar-11 install
+ant -Dpublican=false -Dtesttype=tests-11 -Dsartype=sar-11 install
 if [ "$?" != "0" ]; then
 	exit -1
 fi



More information about the jboss-svn-commits mailing list