Author: jfrederic.clere(a)jboss.com
Date: 2008-01-17 04:02:09 -0500 (Thu, 17 Jan 2008)
New Revision: 1283
Modified:
trunk/build/unix/buildtest.jboss-native.sh
Log:
Remove unportable code.
Modified: trunk/build/unix/buildtest.jboss-native.sh
===================================================================
--- trunk/build/unix/buildtest.jboss-native.sh 2008-01-17 08:57:05 UTC (rev 1282)
+++ trunk/build/unix/buildtest.jboss-native.sh 2008-01-17 09:02:09 UTC (rev 1283)
@@ -63,9 +63,6 @@
# start the jboss
sudo /usr/sbin/chroot ${base}/${root} jbossas/${JBOSSDIR}/bin/run.sh -b ${IPLOCAL} >
${base}/${root}/jboss.out.txt &
sleep 60
-ppid=`ps | grep run.sh | awk ' { print $1 } '`
-pid=`ps -ef | grep $ppid | grep $JAVA_HOME | grep -v grep | awk ' { print $2 } '`
-echo "Jboss started by $ppid as $pid"
grep "APR capabilities:" ${base}/${root}/jboss.out.txt
if [ $? -ne 0 ]; then
Show replies by date