Skip to content

Commit c56600b

Browse files
committed
adds more logging
1 parent abe9f08 commit c56600b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

scripts/ci.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@ NUMBER_WORDS=("FIRST" "SECOND" "THIRD" "FOURTH" "FIFTH" "SIXTH" "SEVENTH" "EIGHT
108108

109109
# Function to boot simulators from environment variables
110110
function start_simulators_from_env_iOS() {
111-
echo "Starting iOS simulators from environment variables... is this changed?"
111+
echo "Starting iOS simulators from environment variables"
112112

113+
set -x
114+
113115
for i in {1..12}; do
114116
simulator_label=${NUMBER_WORDS[$((i - 1))]}
115117
env_var="IOS_${simulator_label}_SIMULATOR"
@@ -160,6 +162,8 @@ function start_simulators_from_env_iOS() {
160162

161163
echo "Opening iOS Simulator app..."
162164
open -a Simulator
165+
166+
set +x
163167
}
164168

165169

0 commit comments

Comments
 (0)