From 17f41e9e28b1502eb90f69f93bcd15bc949023ff Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:15:05 +0100 Subject: [PATCH] Check which MODULEPATH is set in this part of the test script --- bot/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/test.sh b/bot/test.sh index 2e2c838dfa..100fe78da5 100755 --- a/bot/test.sh +++ b/bot/test.sh @@ -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}'"