Skip to content

Commit

Permalink
Returns device testing to automation scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaher committed Feb 14, 2016
1 parent 1524ead commit 698a50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/automation-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}
Expand Down

0 comments on commit 698a50b

Please sign in to comment.