From: Zdeněk Šustr Date: Wed, 15 Feb 2012 10:59:41 +0000 (+0000) Subject: Keep environmental variables X-Git-Tag: gridsite-core_R_1_7_17~107 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=57da8023a3d9437eac93c3fc138128dcd1ba637d;p=jra1mw.git Keep environmental variables --- diff --git a/org.glite.testsuites.ctb/LB/tests/lb-common.sh b/org.glite.testsuites.ctb/LB/tests/lb-common.sh index 3733007..dab8365 100755 --- a/org.glite.testsuites.ctb/LB/tests/lb-common.sh +++ b/org.glite.testsuites.ctb/LB/tests/lb-common.sh @@ -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"