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 @@ -169,8 +169,8 @@ for shell in ${SHELLS[@]}; do
169169 prompt=" \$ (echo '\['✘) $ "
170170 promptstr=" \[✘ $ "
171171 updated_promptstr=" {EESSI/${EESSI_VERSION} } \[✘ $ "
172- TEST_EESSI_PS1_UPDATE=$( $shell -c " unset PS1 ; PS1=\" $prompt \" ; . init/lmod/$shell >/dev/null 2>&1 ; echo \"\$ PS1\" " )
173- TEST_EESSI_PS1_REVERT=$( $shell -c " unset PS1 ; PS1=\" $prompt \" ; . init/lmod/$shell >/dev/null 2>&1 ; module purge; echo \"\$ PS1\" " )
172+ TEST_EESSI_PS1_UPDATE=$( $shell -c " unset PS1 ; PS1=\" $prompt \" ; EESSI_CVMFS_REPO= $PWD . init/lmod/$shell >/dev/null 2>&1 ; echo \"\$ PS1\" " )
173+ TEST_EESSI_PS1_REVERT=$( $shell -c " unset PS1 ; PS1=\" $prompt \" ; EESSI_CVMFS_REPO= $PWD . init/lmod/$shell >/dev/null 2>&1 ; module purge; echo \"\$ PS1\" " )
174174 assert ' echo "$TEST_EESSI_PS1_UPDATE"' " $updated_promptstr "
175175 assert ' echo "$TEST_EESSI_PS1_REVERT"' " $promptstr "
176176 fi
You can’t perform that action at this time.
0 commit comments