Skip to content

Commit

Permalink
remove ModulePath check
Browse files Browse the repository at this point in the history
There is the possibility to load modules by the bot so than it is counter intuitive to add a `module purge --force` here I think it should be part of the `test.sh` script since it only causes problems for ReFrame.
  • Loading branch information
laraPPr authored Dec 19, 2024
1 parent 5422490 commit 94858a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bot/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ mkdir -p ${STORAGE}
JOB_STORAGE=$(mktemp --directory --tmpdir=${STORAGE} bot_job_tmp_XXX)
echo "bot/build.sh: created unique base tmp storage directory at ${JOB_STORAGE}"

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

0 comments on commit 94858a9

Please sign in to comment.