From: Zdeněk Šustr Date: Wed, 29 Aug 2012 13:46:17 +0000 (+0000) Subject: download server configuration as text explicitly X-Git-Tag: glite-lb-client_R_5_2_4_1~17 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a79976810442fdb63c85b0c986a87c4f789259c7;p=jra1mw.git download server configuration as text explicitly --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh index 07e4587..b5f766f 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-test-notif-keeper.sh @@ -155,7 +155,7 @@ fi printf "$SSL_CLIENT" test_done printf "Reading server configuration" - $SSL_CMD "https://${GLITE_WMS_QUERY_SERVER}/?configuration" + $SSL_CMD "https://${GLITE_WMS_QUERY_SERVER}/?configuration?text" if [ "$?" != "0" ]; then test_failed print_error "Could not read server configuration"