We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcfcde1 commit 6fa5c28Copy full SHA for 6fa5c28
1 file changed
.github/workflows/scripts/test_init_scripts.sh
@@ -54,6 +54,7 @@ for shell in ${SHELLS[@]}; do
54
if [ "$shell" = "csh" ]; then
55
# Cannot figure out how to chain shells with silenced output to test this in csh but it does work
56
# assert_raises "$shell -c 'setenv LMOD_QUIET 1 ; source init/lmod/$shell ; ($shell -c \"unsetenv LMOD_QUIET ; source init/lmod/$shell\")' 2>&1 | grep -E \"${expected_pattern}\""
57
+ echo "Skipping chained shell check for csh as can't figure out how to silence output in first call"
58
else
59
assert_raises "$shell -c '. init/lmod/$shell > /dev/null 2>&1; $shell -c \". init/lmod/$shell\"' 2>&1 | grep -E \"${expected_pattern}\""
60
fi
0 commit comments