From: Jiří Škrábal Date: Mon, 8 Aug 2005 08:29:30 +0000 (+0000) Subject: - change the calling of $(state).sh test shell scripts according to recent changes X-Git-Tag: glite-lb-proxy_R_1_1_1~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=5772b13cdec60ab3acc5c6bd6eca4d726ab7f3cd;p=jra1mw.git - change the calling of $(state).sh test shell scripts according to recent changes --- diff --git a/org.glite.lb.proxy/examples/test.sh b/org.glite.lb.proxy/examples/test.sh index b236e3a..ae67036 100755 --- a/org.glite.lb.proxy/examples/test.sh +++ b/org.glite.lb.proxy/examples/test.sh @@ -169,7 +169,7 @@ test_logging_events() tmp=`echo $RANDOM % $st_count + 1 | bc` state=`echo $STATES | cut -d " " -f $tmp | tr A-Z a-z` - source glite-lb-$state.sh -x $LBPROXY_STORE_SOCK -m $BKSERVER_HOST -j ${SAMPLE_JOBS_ARRAY[$job]} 2>&1 1>/dev/null + source glite-lb-$state.sh -X $LBPROXY_STORE_SOCK -m $BKSERVER_HOST -j ${SAMPLE_JOBS_ARRAY[$job]} 2>&1 1>/dev/null [ $? -ne 0 ] && echo -e "ERROR\n\tglite-lb-$state.sh ${SAMPLE_JOBS_ARRAY[$job]} error!" proxy_state=`$JOBSTAT -x $LBPROXY_SERVE_SOCK ${SAMPLE_JOBS_ARRAY[$job]} 2>&1 | grep "state :" | cut -d " " -f 3 | tr A-Z a-z` purged=`echo $LBPROXY_PURGE_STATES | grep $state`