aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-07-20 09:27:39 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-07-20 10:08:31 -0700
commita307728aab0417fee8691805741158c9c9adc687 (patch)
tree373e8174564581971f58ecbd52846f6eb5153bcb
parent5dc5899f6a3afd85fd17555c8cb17e10a137ad49 (diff)
Test on iPhone instead of iPad
-rwxr-xr-xsrc/objective-c/tests/run_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh
index 74e83ceec8..87ce6d42eb 100755
--- a/src/objective-c/tests/run_tests.sh
+++ b/src/objective-c/tests/run_tests.sh
@@ -44,6 +44,7 @@ XCODEBUILD_FILTER='^(/.+:[0-9+:[0-9]+:.(error|warning):|fatal|===|\*\*)'
xcodebuild \
-workspace Tests.xcworkspace \
-scheme AllTests \
+ -destination name="iPhone 6" \
test \
| egrep "$XCODEBUILD_FILTER" -