We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8129c9f commit 98ffa48Copy full SHA for 98ffa48
1 file changed
.github/workflows/scripts/test_init_scripts.sh
@@ -49,7 +49,7 @@ for shell in ${SHELLS[@]}; do
49
assert_raises "$shell -c '. init/lmod/$shell' 2>&1 | grep -E \"${expected_pattern}\""
50
fi
51
52
- # TEST 2: Source Script again in an interactive shell and check Module Output
+ # TEST 2: Source Script again in an subshell and check Module Output
53
expected_pattern=".*EESSI has selected $EESSI_SOFTWARE_SUBDIR_OVERRIDE as the compatible CPU target for EESSI/$EESSI_VERSION.*"
54
if [ "$shell" = "csh" ]; then
55
assert_raises "$shell -c 'source init/lmod/$shell > /dev/null 2>&1; $shell -c \"source init/lmod/$shell\"' 2>&1 | grep -E \"${expected_pattern}\""
0 commit comments