File tree Expand file tree Collapse file tree
.github/workflows/scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ for shell in ${SHELLS[@]}; do
4949 assert_raises ' echo "${MODULE_SECTIONS[1]}" | grep -E "$PATTERN"'
5050
5151 # TEST 3: Check if module overviews second section is the EESSI init module
52- assert " echo ${MODULE_SECTIONS[4]} " " /cvmfs/software.eessi.io/versions/ $EESSI_VERSION / init/modules"
52+ assert " echo ${MODULE_SECTIONS[4]} " " /cvmfs/software.eessi.io/init/modules"
5353
5454 # TEST 4: Load EasyBuild module and check version
5555 # eb --version outputs: "This is EasyBuild 5.1.1 (framework: 5.1.1, easyblocks: 5.1.1) on host ..."
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if (! $?EESSI_VERSION) then
88 set EESSI_VERSION = "${EESSI_VERSION_DEFAULT}"
99endif
1010# Now that we know our EESSI version let's not forget it
11- setenv EESSI_VERSION_DEFAULT= "$EESSI_VERSION"
11+ setenv EESSI_VERSION_DEFAULT "$EESSI_VERSION"
1212
1313# ability to predefine elsewhere the default list
1414if (! $?LMOD_SYSTEM_DEFAULT_MODULES) then
You can’t perform that action at this time.
0 commit comments