[ci] output SHELL value at beginning of tests

This commit is contained in:
Will Owens
2024-02-23 06:05:19 -05:00
parent 13a69cc9c0
commit b2689567e9

View File

@@ -3,6 +3,8 @@
failed=false
env | grep ^SHELL
# allow list of shells to run tests in to be overriden by environment variable
# if empty or null, use defaults
if [ -z "$TEST_SHELLS" ]; then