diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-21 16:59:35 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-21 16:59:35 -0800 |
commit | 3d37017c6858c31d0e62414b410e96a4fcd4fa99 (patch) | |
tree | b40c9dc286ea4fced605cb94d2f8d4c326608079 /platform | |
parent | 4a18e1cf770cc328a5ef349abcdb44ec6b7f4c3f (diff) | |
download | qtlocation-mapboxgl-3d37017c6858c31d0e62414b410e96a4fcd4fa99.tar.gz |
[ios, osx] Drop xcpretty
It's buggy and hides necessary diagnostics.
Diffstat (limited to 'platform')
-rwxr-xr-x | platform/ios/scripts/install.sh | 3 | ||||
-rwxr-xr-x | platform/ios/scripts/test.sh | 3 | ||||
-rwxr-xr-x | platform/osx/scripts/install.sh | 3 |
3 files changed, 1 insertions, 8 deletions
diff --git a/platform/ios/scripts/install.sh b/platform/ios/scripts/install.sh index b002aeeca8..23000e160b 100755 --- a/platform/ios/scripts/install.sh +++ b/platform/ios/scripts/install.sh @@ -8,9 +8,6 @@ git fetch --tags mapbox_time "checkout_mason" \ git submodule update --init .mason -mapbox_time "install_xcpretty" \ -gem install xcpretty --no-rdoc --no-ri --no-document --quiet - mapbox_time "install_recent_git" \ brew install git diff --git a/platform/ios/scripts/test.sh b/platform/ios/scripts/test.sh index 60ccc76a9e..2192ac7f4d 100755 --- a/platform/ios/scripts/test.sh +++ b/platform/ios/scripts/test.sh @@ -10,5 +10,4 @@ xcodebuild \ -sdk iphonesimulator \ -destination 'platform=iOS Simulator,name=iPhone 6,OS=latest' \ -destination 'platform=iOS Simulator,name=iPad 2,OS=latest' \ - test \ - | xcpretty + test diff --git a/platform/osx/scripts/install.sh b/platform/osx/scripts/install.sh index d6d9c065cf..0f9b5a2752 100755 --- a/platform/osx/scripts/install.sh +++ b/platform/osx/scripts/install.sh @@ -5,6 +5,3 @@ set -o pipefail mapbox_time "checkout_mason" \ git submodule update --init .mason - -mapbox_time "install_xcpretty" \ -gem install xcpretty --no-rdoc --no-ri --no-document --quiet |