aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-17 21:55:26 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-17 21:55:26 -0800
commitd36a13af3182495079bee65ff78e3e7e7f0d5901 (patch)
treedae544f6216d6f8ea8b3c46bca5537a4938e773f /src/objective-c
parent8c3df503ad59a6c66e1b1ab6257b52c508ec37dc (diff)
Try use alternative simulator for APIv2Tests
Diffstat (limited to 'src/objective-c')
-rwxr-xr-xsrc/objective-c/tests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh
index e8c3e6ec2a..f075d9baad 100755
--- a/src/objective-c/tests/run_tests.sh
+++ b/src/objective-c/tests/run_tests.sh
@@ -187,7 +187,7 @@ echo "TIME: $(date)"
xcodebuild \
-workspace Tests.xcworkspace \
-scheme APIv2Tests \
- -destination name="iPhone 8" \
+ -destination name="iPhone X" \
test \
| egrep -v "$XCODEBUILD_FILTER" \
| egrep -v '^$' \