From 7b8c794d9a463e8b867664220f25f6ac8629a9e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Thu, 17 Mar 2011 11:21:45 +0000 Subject: [PATCH] Remove testing output. --- org.glite.testsuites.ctb/LB/tests/lb-test-ws.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-ws.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-ws.sh index 849dee8..8de95e0 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-ws.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-ws.sh @@ -149,7 +149,6 @@ else if [ $? -gt 0 ]; then test_missed else - printf "\n\n${LB4AGUACTINFO} -j ${jobid} -m ${servername}:${GLITE_LB_SERVER_WPORT}\n\n" ${LB4AGUACTINFO} -j ${jobid} -m ${servername}:${GLITE_LB_SERVER_WPORT} | $SYS_GREP "${jobid}" >> /dev/null if [ $? = 0 ]; then test_done @@ -187,7 +186,6 @@ else fi printf "Getting WS interface version... " - printf "$LBWSGETVERSION -i -m ${servername}:${GLITE_LB_SERVER_WPORT}" wsglifver=`$LBWSGETVERSION -i -m ${servername}:${GLITE_LB_SERVER_WPORT} | $SYS_SED 's/^.*Interface version:\s*//'` if [ "$wsglifver" == "" ]; then test_failed -- 1.8.2.3