Fixed for loop in run_tests.sh

pull/182/head
Nick Maltbie 2022-04-18 21:56:06 -04:00
parent 983c8944a9
commit 42789d4aae
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ ls -alh $UNITY_PROJECT_PATH
# #
# Testing for each platform # Testing for each platform
# #
for $platform in ${TEST_PLATFORMS//,/ }; do for platform in ${TEST_PLATFORMS//;/ }; do
echo "" echo ""
echo "###########################" echo "###########################"
echo "# Testing in $platform #" echo "# Testing in $platform #"