aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc
diff options
context:
space:
mode:
authorGravatar Chris Parsons <cparsons@google.com>2017-02-21 21:52:36 +0000
committerGravatar Irina Iancu <elenairina@google.com>2017-02-22 08:28:30 +0000
commit836d94a553141a7505aa86ba10a8bf957ab07545 (patch)
treec699c0985f1e14dffff498b67ea37b47486bba7a /tools/objc
parent85cc0431bf7ab5e87664f0932c6aa46de5fb0a8d (diff)
Roll back ios_runner simulator foreground change, as it has made some tests flaky
-- PiperOrigin-RevId: 148139717 MOS_MIGRATED_REVID=148139717
Diffstat (limited to 'tools/objc')
-rw-r--r--tools/objc/ios_runner.sh.mac_template2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objc/ios_runner.sh.mac_template b/tools/objc/ios_runner.sh.mac_template
index f96ff38420..f28b7e7f35 100644
--- a/tools/objc/ios_runner.sh.mac_template
+++ b/tools/objc/ios_runner.sh.mac_template
@@ -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