Skip to content

Commit 6fa5c28

Browse files
committed
Add a comment
1 parent fcfcde1 commit 6fa5c28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/scripts/test_init_scripts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ for shell in ${SHELLS[@]}; do
5454
if [ "$shell" = "csh" ]; then
5555
# Cannot figure out how to chain shells with silenced output to test this in csh but it does work
5656
# 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"
5758
else
5859
assert_raises "$shell -c '. init/lmod/$shell > /dev/null 2>&1; $shell -c \". init/lmod/$shell\"' 2>&1 | grep -E \"${expected_pattern}\""
5960
fi

0 commit comments

Comments
 (0)