Skip to content
Snippets Groups Projects
Commit aaab6514 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Refer simplifying script with xctool.

parent cbe18e56
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ pod install
# xcodebuild is very verbose. We filter its output and tell Bash to fail if any
# element of the pipe fails.
# TODO(jcanizales): Use xctool instead? Issue #2540.
set -o pipefail
XCODEBUILD_FILTER='(^===|^\*\*|\bfatal\b|\berror\b|\bwarning\b|\bfail)'
xcodebuild \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment