Skip to content

Commit

Permalink
Update run-ib-testbase.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored Nov 9, 2022
1 parent 98fc920 commit 99d77c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run-ib-testbase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ if [ -f config/SCRAM/linkexternal.py ] ; then
fi
set +x
eval \$(scram runtime -sh)
echo "PATH"
echo \$PATH | tr ':' '\n'
echo "LD_LIBRARY_PATH"
echo \$LD_LIBRARY_PATH | tr ':' '\n'
set -x
echo $PATH | tr ':' '\n'
export CMS_PATH="/cvmfs/cms-ib.cern.ch"
export SITECONFIG_PATH="/cvmfs/cms-ib.cern.ch/SITECONF/local"
export CMSBOT_PYTHON_CMD=\$(which python3 >/dev/null 2>&1 && echo python3 || echo python)
Expand Down

0 comments on commit 99d77c6

Please sign in to comment.