Author: alessio.soldano(a)jboss.com
Date: 2012-07-25 04:21:46 -0400 (Wed, 25 Jul 2012)
New Revision: 16528
Modified:
hudson/trunk/scripts/jbossws-qa.sh
Log:
Restoring httpspider for detecting server boot is done
Modified: hudson/trunk/scripts/jbossws-qa.sh
===================================================================
--- hudson/trunk/scripts/jbossws-qa.sh 2012-07-25 06:32:52 UTC (rev 16527)
+++ hudson/trunk/scripts/jbossws-qa.sh 2012-07-25 08:21:46 UTC (rev 16528)
@@ -53,18 +53,14 @@
}
ensureRunningJBoss() {
-# if [ -f $JBOSS_HOME/bin/run.sh ]; then
-# $SCRIPTS_DIR/http-spider.sh $JBOSS_BIND_ADDRESS:8080 $WORKSPACE
-# if [ -e $WORKSPACE/spider.failed ]; then
-# tail -n 100 $JBOSS_HOME/server/$JBOSS_CONFIG/log/server.log
-# stopJBoss
-# copyJBossLogs
-# exit 1
-# fi
-# else
-# echo "There's no admin console for AS7 yet"
- sleep 5
-# fi
+ $SCRIPTS_DIR/http-spider.sh $JBOSS_BIND_ADDRESS:8080 $WORKSPACE
+ if [ -e $WORKSPACE/spider.failed ]; then
+ tail -n 100 $JBOSS_HOME/standalone/log/server.log
+ stopJBoss
+ copyJBossLogs
+ exit 1
+ fi
+# sleep 5
}
logMavenDependencies() {
Show replies by date