Keep environmental variables
authorZdeněk Šustr <sustr4@cesnet.cz>
Wed, 15 Feb 2012 10:59:41 +0000 (10:59 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Wed, 15 Feb 2012 10:59:41 +0000 (10:59 +0000)
org.glite.testsuites.ctb/LB/tests/lb-common.sh

index 3733007..dab8365 100755 (executable)
@@ -137,7 +137,7 @@ function check_credentials_and_generate_proxy()
                else 
                        PROXYLIFE=""
                fi
-               ./lb-generate-fake-proxy.sh $PROXYLIFE
+               source ./lb-generate-fake-proxy.sh $PROXYLIFE
                if [ $? != 0 ]; then
                        test_failed
                        print_error "Proxy not created - process failed"