Updated run_tests script

pull/182/head
Nick Maltbie 2022-04-18 21:44:49 -04:00
parent b6ab2c193b
commit 2bbdf7fbb2
1 changed files with 1 additions and 3 deletions

View File

@ -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 #"