From: Zdeněk Šustr Date: Mon, 20 Dec 2010 13:33:13 +0000 (+0000) Subject: Suppress unwanted output. X-Git-Tag: glite-px-myproxy-yaim_R_4_1_0_1~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=38bc2e21453b1da74310b9bd3cabde95a3177f6d;p=jra1mw.git Suppress unwanted output. --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-threaded.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-threaded.sh index 36f224f..2987486 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-threaded.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-threaded.sh @@ -118,6 +118,7 @@ else printf "Registering testing jobs " for i in {0..30} do + printf " $i" jobid[$i]=`${LBJOBREG} -m ${GLITE_WMS_QUERY_SERVER} -s application | $SYS_GREP "new jobid" | ${SYS_AWK} '{ print $3 }'` if [ -z ${jobid[$i]} ]; then @@ -138,7 +139,7 @@ else #echo $LBTHRJOBSTATUS $jobids - $LBTHRJOBSTATUS $jobids > threads.$$.tmp + $LBTHRJOBSTATUS $jobids > threads.$$.tmp 2>/dev/null test_done printf "Checking if states were returned for all jobs..."