Debug output.
authorZdeněk Šustr <sustr4@cesnet.cz>
Thu, 8 Nov 2012 19:12:25 +0000 (19:12 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Thu, 8 Nov 2012 19:12:25 +0000 (19:12 +0000)
org.glite.testsuites.ctb/gridsite/tests/gridsite-test-all.sh

index 45e6002..d4814f8 100755 (executable)
@@ -290,6 +290,8 @@ EOF
 
        date > /tmp/test.txt
 
+       printf "Running GridSite commands with arguments --cert ${UPROXY} --key ${UPROXY} --capath /etc/grid-security/certificates/ /tmp/test.txt https://$(hostname -f)/$NL"
+
        printf "Testing htcp... "
        htcp --cert ${UPROXY} --key ${UPROXY} --capath /etc/grid-security/certificates/ /tmp/test.txt https://$(hostname -f)/
        if [ $? -eq 0 ]; then