From aaab65142a94cb2ac30d268de8ef99275e42932c Mon Sep 17 00:00:00 2001 From: Jorge Canizales Date: Mon, 20 Jul 2015 10:51:37 -0700 Subject: [PATCH] Refer simplifying script with xctool. --- src/objective-c/tests/run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh index 0f1a6aaf81e..37fced3a62e 100755 --- a/src/objective-c/tests/run_tests.sh +++ b/src/objective-c/tests/run_tests.sh @@ -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 \