Updated run_tests script
parent
b6ab2c193b
commit
2bbdf7fbb2
|
@ -55,12 +55,10 @@ echo "###########################"
|
||||||
echo ""
|
echo ""
|
||||||
ls -alh $UNITY_PROJECT_PATH
|
ls -alh $UNITY_PROJECT_PATH
|
||||||
|
|
||||||
IFS=';' read -ra test_platforms <<< "$TEST_PLATFORMS"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# 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 #"
|
||||||
|
|
Loading…
Reference in New Issue