Test on iPhone instead of iPad

pull/2538/head
Jorge Canizales 10 years ago
parent 5dc5899f6a
commit a307728aab
  1. 1
      src/objective-c/tests/run_tests.sh

@ -44,6 +44,7 @@ XCODEBUILD_FILTER='^(/.+:[0-9+:[0-9]+:.(error|warning):|fatal|===|\*\*)'
xcodebuild \ xcodebuild \
-workspace Tests.xcworkspace \ -workspace Tests.xcworkspace \
-scheme AllTests \ -scheme AllTests \
-destination name="iPhone 6" \
test \ test \
| egrep "$XCODEBUILD_FILTER" - | egrep "$XCODEBUILD_FILTER" -

Loading…
Cancel
Save