From: schutz Date: Tue, 12 Aug 2008 11:39:58 +0000 (+0000) Subject: setting the alien environment X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=584cf3a11a7c506ca564cc5b8245ad95d9e45d0e;p=u%2Fmrichter%2FAliRoot.git setting the alien environment --- diff --git a/test/cosmic/rawqa.sh b/test/cosmic/rawqa.sh index acb2ef906df..7704225f429 100755 --- a/test/cosmic/rawqa.sh +++ b/test/cosmic/rawqa.sh @@ -21,9 +21,10 @@ export RUNNUM=$1 [ ! -e "$HOME/.globus/usercert.pem" ] && { echo "FAILED: There is no certificate in $HOME/.globus"; exit 1; } -[ -e "/tmp/gclient_env_$UID" ] && { source /tmp/gclient_env_$UID; } -echo 12========================== $LD_LIBRARY_PATH +#[ -e "/tmp/gclient_env_$UID" ] && { source /tmp/gclient_env_$UID; } +#echo 12========================== $LD_LIBRARY_PATH alien-token-init +source /tmp/gclient_env_$UID; [ ! "$?" -eq "0" ] && { echo "FAILED: Token creation failed"; exit 1; }