Unverified Commit d1583fc3 authored by Dan Field's avatar Dan Field Committed by GitHub

drop xcpretty for tests (#63804)

parent 2b25e291
......@@ -4,7 +4,6 @@ source 'https://rubygems.org'
# If fastlane fails with a wrong Google Cloud dependency, bump this version,
# e.g. https://github.com/flutter/flutter/pull/43362
gem 'fastlane', '2.134.0'
gem 'xcpretty', '0.3.0'
# Don't pin cocoapods so we can catch breakages from upstream changes, e.g.
# https://github.com/flutter/flutter/issues/41144
......
......@@ -14,13 +14,9 @@ popd
pod install
os_version=$(xcrun --show-sdk-version --sdk iphonesimulator)
PRETTY="cat"
if which xcpretty; then
PRETTY="xcpretty"
fi
set -o pipefail && xcodebuild \
xcodebuild \
-workspace ios_add2app.xcworkspace \
-scheme ios_add2app \
-sdk "iphonesimulator$os_version" \
-destination "OS=$os_version,name=iPhone X" test | $PRETTY
-destination "OS=$os_version,name=iPhone X" test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment