diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-07-20 09:27:39 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-07-20 10:08:31 -0700 |
commit | a307728aab0417fee8691805741158c9c9adc687 (patch) | |
tree | 373e8174564581971f58ecbd52846f6eb5153bcb /src | |
parent | 5dc5899f6a3afd85fd17555c8cb17e10a137ad49 (diff) |
Test on iPhone instead of iPad
Diffstat (limited to 'src')
-rwxr-xr-x | src/objective-c/tests/run_tests.sh | 1 |
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" - |