aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/run_tests.sh
diff options
context:
space:
mode:
authorGravatar Jorge Canizales <jcanizales@google.com>2015-07-30 19:07:06 -0700
committerGravatar Jorge Canizales <jcanizales@google.com>2015-07-30 19:26:28 -0700
commit0238b3ae47d9d1730feb2d25ec23a0e16f07e355 (patch)
treed1818c36a0e93e971952d4ab8b70be06d1a20a82 /src/objective-c/tests/run_tests.sh
parent72b2701383ff270c9ad7186e90bde2987a8807c6 (diff)
Generate deterministic UUIDs in the Pods project
Diffstat (limited to 'src/objective-c/tests/run_tests.sh')
-rwxr-xr-xsrc/objective-c/tests/run_tests.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh
index 48829fc243..514fb07e57 100755
--- a/src/objective-c/tests/run_tests.sh
+++ b/src/objective-c/tests/run_tests.sh
@@ -39,9 +39,8 @@ cd ../../..
[ -f bins/dbg/interop_server ] || make CONFIG=dbg interop_server
cd -
-# TODO(jcanizales): Remove when Cocoapods issue #3823 is resolved.
-export COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=YES
-pod install
+# Suppress error output because Cocoapods issue #3823 causes a flooding warning.
+pod install 2>/dev/null
# Run the server.
../../../bins/dbg/interop_server --port=5050 &