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