diff --git a/Rakefile b/Rakefile index ed6750d7..9fe6dcf6 100644 --- a/Rakefile +++ b/Rakefile @@ -80,6 +80,6 @@ end private -def xcodebuild(arguments) - sh "xcodebuild #{arguments} | mint run xcbeautify" +def xcodebuild(command) + sh "set -o pipefail && xcodebuild #{command} | mint run xcbeautify" end