From 698a50b381ef1323a153bb065adac0c37b5f1755 Mon Sep 17 00:00:00 2001 From: Krunoslav Zaher Date: Sun, 14 Feb 2016 23:26:39 +0100 Subject: [PATCH] Returns device testing to automation scripts. --- scripts/automation-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[@]}