From d3227b6657991cf6dda4c12650d5ab099cb3dd96 Mon Sep 17 00:00:00 2001 From: Lara Ramona Peeters <49882639+laraPPr@users.noreply.github.com> Date: Thu, 19 Dec 2024 16:07:26 +0100 Subject: [PATCH] Add check of MODULEAPTH --- test_suite.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test_suite.sh b/test_suite.sh index 249af43b27..760b569987 100755 --- a/test_suite.sh +++ b/test_suite.sh @@ -85,6 +85,7 @@ source $TOPDIR/init/bash # Reason is that the LMOD cache is normally only updated on the Stratum 0, once everything is ingested export LMOD_IGNORE_CACHE=1 +echo "test_suite.sh: MODULEPATH='${MODULEPATH}'" # Load the ReFrame module # Currently, we load the default version. Maybe we should somehow make this configurable in the future? module load ReFrame