Author: thomas.diesler(a)jboss.com
Date: 2007-05-31 23:38:21 -0400 (Thu, 31 May 2007)
New Revision: 3350
Modified:
trunk/build/hudson/jboss/bin/http-spider.sh
Log:
More logging
Modified: trunk/build/hudson/jboss/bin/http-spider.sh
===================================================================
--- trunk/build/hudson/jboss/bin/http-spider.sh 2007-06-01 03:33:16 UTC (rev 3349)
+++ trunk/build/hudson/jboss/bin/http-spider.sh 2007-06-01 03:38:21 UTC (rev 3350)
@@ -26,7 +26,7 @@
COUNTER=0
while [ $COUNTER -lt $NUM_RETRIES ]; do
if wget --spider --timeout=$TIMEOUT --tries=1 $1 &> /dev/null; then
- echo "'$1' is available"
+ echo "Try $COUNTER: '$1' is available"
exit 0
else
echo "Try $COUNTER: '$1' does not respond, wait another $SLEEP_TIME
seconds"
Show replies by date