[jboss-svn-commits] JBL Code SVN: r38049 - labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Apr 23 10:04:16 EDT 2012
Author: paul.robinson
Date: 2012-04-23 10:04:16 -0400 (Mon, 23 Apr 2012)
New Revision: 38049
Modified:
labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
Log:
Fixed typo in narayana.sh script
Modified: labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh
===================================================================
--- labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh 2012-04-21 12:03:40 UTC (rev 38048)
+++ labs/jbosstm/branches/JBOSSTS_4_16/scripts/hudson/narayana.sh 2012-04-23 14:04:16 UTC (rev 38049)
@@ -7,7 +7,7 @@
free -m
#Make sure no JBoss processes running
-for i in `ps -eaf | grep java | grep "standalone*.xml" | grep -v grep | cut -c10-15`; do echo $i; done
+for i in `ps -eaf | grep java | grep "standalone*.xml" | grep -v grep | cut -c10-15`; do kill $i; done
#BUILD JBOSSTS
ant -Demma.enabled=false -Dpublican=false jbossall
More information about the jboss-svn-commits
mailing list