Reactivate Cocoapods error output

pull/2774/head
Jorge Canizales 10 years ago
parent 02039a25c7
commit e95f241c96
  1. 4
      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

Loading…
Cancel
Save