mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Made sure that the run_tests script returns the right error code. (flutter/engine#9456)
This commit is contained in:
parent
b47f8090be
commit
47658b3bb5
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user