Made sure that the run_tests script returns the right error code. (flutter/engine#9456)

This commit is contained in:
gaaclarke 2019-06-24 11:22:41 -07:00 committed by GitHub
parent b47f8090be
commit 47658b3bb5

View File

@ -9,7 +9,7 @@ if which xcpretty; then
PRETTY="xcpretty"
fi
xcodebuild -sdk iphonesimulator \
set -o pipefail && xcodebuild -sdk iphonesimulator \
-scheme IosUnitTests \
-destination 'platform=iOS Simulator,name=iPhone SE,OS=12.2' \
test \