summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-09-10 14:44:39 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-09-15 11:05:46 -0700
commit6ec8b2805db9c88b3a37616a2c1ce82951557e1f (patch)
treee0ccb86af16392b1b4a8cd3306a65c3d764fac4a /scripts
parent121e95ada4b20525a47a3e8873219d1d19e50cb1 (diff)
downloadqtlocation-mapboxgl-6ec8b2805db9c88b3a37616a2c1ce82951557e1f.tar.gz
Upgraded to iOS Simulator 9.0, KIF 3.3.0
Upgraded the test project. Rolled back part of 69cf6ed3d273fc10e8cea2caef223f4a281388f0 to work around facebook/xctool#528.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/test.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/scripts/ios/test.sh b/scripts/ios/test.sh
index 170aa0f64e..60ccc76a9e 100755
--- a/scripts/ios/test.sh
+++ b/scripts/ios/test.sh
@@ -4,8 +4,11 @@ set -e
set -o pipefail
set -u
-xctool \
+xcodebuild \
-project ./test/ios/ios-tests.xcodeproj \
-scheme 'Mapbox GL Tests' \
- -sdk iphonesimulator8.4 \
- test
+ -sdk iphonesimulator \
+ -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \
+ -destination 'platform=iOS Simulator,name=iPad 2,OS=latest' \
+ test \
+ | xcpretty