diff --git a/engine/src/flutter/testing/ios/IosUnitTests/run_tests.sh b/engine/src/flutter/testing/ios/IosUnitTests/run_tests.sh index 806693a9232..95a292d93f6 100755 --- a/engine/src/flutter/testing/ios/IosUnitTests/run_tests.sh +++ b/engine/src/flutter/testing/ios/IosUnitTests/run_tests.sh @@ -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 \