]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - test/cosmic/rawqa.sh
setting the alien environment
[u/mrichter/AliRoot.git] / test / cosmic / rawqa.sh
index acb2ef906df4e77e88f25290546d9b40fd2d9a78..7704225f4295d129922bd7c39a34de8a6960f7f8 100755 (executable)
@@ -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; }