From 38bc2e21453b1da74310b9bd3cabde95a3177f6d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 20 Dec 2010 13:33:13 +0000 Subject: [PATCH] Suppress unwanted output. --- org.glite.testsuites.ctb/LB/tests/lb-test-threaded.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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..." -- 1.8.2.3