From 2bbdf7fbb277a03c5588297aebc87f557feb80ee Mon Sep 17 00:00:00 2001 From: Nick Maltbie Date: Mon, 18 Apr 2022 21:44:49 -0400 Subject: [PATCH] Updated run_tests script --- dist/steps/run_tests.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dist/steps/run_tests.sh b/dist/steps/run_tests.sh index f7c3a9b..d43489a 100755 --- a/dist/steps/run_tests.sh +++ b/dist/steps/run_tests.sh @@ -55,12 +55,10 @@ echo "###########################" echo "" ls -alh $UNITY_PROJECT_PATH -IFS=';' read -ra test_platforms <<< "$TEST_PLATFORMS" - # # Testing for each platform # -for $platform in "${test_platforms[@]}"; do +for $platform in ${TEST_PLATFORMS//,/ }; do echo "" echo "###########################" echo "# Testing in $platform #"