Skip to content

Commit

Permalink
Roll back ios_runner simulator foreground change, as it has made some…
Browse files Browse the repository at this point in the history
… tests flaky

--
PiperOrigin-RevId: 148139717
MOS_MIGRATED_REVID=148139717
  • Loading branch information
c-parsons authored and iirina committed Feb 22, 2017
1 parent 85cc043 commit 836d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/objc/ios_runner.sh.mac_template
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fi
readonly DEVELOPER_PATH=$(xcode-select -p)

# Launch the simulator.
open "${DEVELOPER_PATH}/Applications/${simulator_name}.app" --args -CurrentDeviceUDID "${TEST_DEVICE_ID}" &
"${DEVELOPER_PATH}/Applications/${simulator_name}.app/Contents/MacOS/${simulator_name}" -CurrentDeviceUDID "${TEST_DEVICE_ID}" &
wait_for_sim_to_boot "${TEST_DEVICE_ID}"

# Pass environment variables prefixed with "IOS_" to the simulator, replace the
Expand Down

0 comments on commit 836d94a

Please sign in to comment.