[jbpm-commits] JBoss JBPM SVN: r6668 - jbpm3/branches/jbpm-3.2-soa/ci.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 23 00:57:13 EDT 2010


Author: alex.guizar at jboss.com
Date: 2010-09-23 00:57:13 -0400 (Thu, 23 Sep 2010)
New Revision: 6668

Modified:
   jbpm3/branches/jbpm-3.2-soa/ci/container.sh
Log:
remove wget --no-verbose option, some machines in the qa lab have an old version that does not support it

Modified: jbpm3/branches/jbpm-3.2-soa/ci/container.sh
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/ci/container.sh	2010-09-23 03:25:00 UTC (rev 6667)
+++ jbpm3/branches/jbpm-3.2-soa/ci/container.sh	2010-09-23 04:57:13 UTC (rev 6668)
@@ -137,7 +137,7 @@
   -u $MCAST_ADDR &> /dev/null &
 
 # Was it successfully started?
-wget --spider --retry-connrefused --tries=24 --waitretry=24 --no-verbose $MYTESTIP_1:8080
+wget --spider --retry-connrefused --tries=24 --waitretry=24 $MYTESTIP_1:8080
 if [ $? -ne 0 ]; then
   tail -n 100 $JBOSS_HOME/server/$JBOSS_SERVER/log/server.log
   $JBOSS_HOME/bin/shutdown.sh -s jnp://$MYTESTIP_1:1099 -S



More information about the jbpm-commits mailing list