Skip to content

Commit

Permalink
Check which MODULEPATH is set in this part of the test script
Browse files Browse the repository at this point in the history
  • Loading branch information
laraPPr authored Dec 19, 2024
1 parent 94858a9 commit 17f41e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bot/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ mkdir -p ${STORAGE}
JOB_STORAGE=$(mktemp --directory --tmpdir=${STORAGE} bot_job_tmp_XXX)
echo "bot/test.sh: created unique base tmp storage directory at ${JOB_STORAGE}"

echo "bot/test.sh: MODULEPATH='${MODULEPATH}'"
# obtain list of modules to be loaded
LOAD_MODULES=$(cfg_get_value "site_config" "load_modules")
echo "bot/test.sh: LOAD_MODULES='${LOAD_MODULES}'"
Expand Down

0 comments on commit 17f41e9

Please sign in to comment.