Make the downloaded script executable
authorZdeněk Šustr <sustr4@cesnet.cz>
Mon, 14 Nov 2011 14:12:10 +0000 (14:12 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Mon, 14 Nov 2011 14:12:10 +0000 (14:12 +0000)
org.glite.testsuites.ctb/PX/tests/px-test-all.sh

index acdacd6..3f241ea 100755 (executable)
@@ -62,6 +62,7 @@ do
        fi
 done
 source lb-common.sh
+chmod +x lb-generate-fake-proxy.sh
 
 
 logfile=$$.tmp
@@ -99,7 +100,7 @@ else
 fi
 
 printf "Testing credentials"
-check_credentials_and_generate_proxy
+check_credentials_and_generate_proxy 1
 if [ $? != 0 ]; then
         test_end
         exit 2