diff --git a/scripts/automation-tests.sh b/scripts/automation-tests.sh index ea36bb66c..d7b6ee6fc 100755 --- a/scripts/automation-tests.sh +++ b/scripts/automation-tests.sh @@ -85,8 +85,8 @@ function runAutomation() { popd } -#AUTOMATION_SIMULATORS=("Krunoslav Zaher’s iPhone" ${DEFAULT_IOS9_SIMULATOR}) -AUTOMATION_SIMULATORS=(${DEFAULT_IOS9_SIMULATOR}) +AUTOMATION_SIMULATORS=("Krunoslav Zaher’s iPhone" ${DEFAULT_IOS9_SIMULATOR}) +#AUTOMATION_SIMULATORS=(${DEFAULT_IOS9_SIMULATOR}) IFS="" for simulator in ${AUTOMATION_SIMULATORS[@]}