diff options
author | Jorge Canizales <jcanizales@google.com> | 2015-08-02 16:27:53 -0700 |
---|---|---|
committer | Jorge Canizales <jcanizales@google.com> | 2015-08-02 19:14:11 -0700 |
commit | e95f241c96a5232d0da5004539f3d0e82e87816d (patch) | |
tree | a0761133c3548b3ff4dd10132665d5ae932bc647 | |
parent | 02039a25c7a906cabbdca8b2cc04b5ace6039394 (diff) |
Reactivate Cocoapods error output
-rwxr-xr-x | src/objective-c/tests/build_tests.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/objective-c/tests/build_tests.sh b/src/objective-c/tests/build_tests.sh index a8b7503032..3ac43fb510 100755 --- a/src/objective-c/tests/build_tests.sh +++ b/src/objective-c/tests/build_tests.sh @@ -38,6 +38,4 @@ hash xcodebuild 2>/dev/null || { echo >&2 "XCode command-line tools need to be i # The local test server needs to be compiled before this because pod install of # gRPC renames some C gRPC files and not the server's code references to them. -# -# Suppress error output because Cocoapods issue #3823 causes a flooding warning. -pod install 2>/dev/null +pod install |