From d36a13af3182495079bee65ff78e3e7e7f0d5901 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Mon, 17 Dec 2018 21:55:26 -0800 Subject: Try use alternative simulator for APIv2Tests --- src/objective-c/tests/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/objective-c') 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 '^$' \ -- cgit v1.2.3