diff --git a/run_tests.sh b/run_tests.sh index ab29061..c2ef9de 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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