From b2689567e90aadb706536ff466b7666c8e97bb3f Mon Sep 17 00:00:00 2001 From: Will Owens Date: Fri, 23 Feb 2024 06:05:19 -0500 Subject: [PATCH] [ci] output SHELL value at beginning of tests --- run_tests.sh | 2 ++ 1 file changed, 2 insertions(+) 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