aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2017-12-22 10:37:40 -0800
committerGravatar GitHub <noreply@github.com>2017-12-22 10:37:40 -0800
commit36abd15195775c64e92171b9dfb4014487cc4f9e (patch)
treedd1b616912fd12bd995b8ab4ba5b7345a853d20a /src/objective-c
parent32bd0023e465df60c9bd6afa5b433bbb7bfd1cd1 (diff)
Redirect stderr of xcodebuild
Diffstat (limited to 'src/objective-c')
-rwxr-xr-xsrc/objective-c/tests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh
index 1c34bd8f48..9280ee2014 100755
--- a/src/objective-c/tests/run_tests.sh
+++ b/src/objective-c/tests/run_tests.sh
@@ -57,7 +57,7 @@ while [ $retries -lt 3 ]; do
HOST_PORT_LOCALSSL=localhost:5051 \
HOST_PORT_LOCAL=localhost:5050 \
HOST_PORT_REMOTE=grpc-test.sandbox.googleapis.com \
- test \
+ test 2>&1 \
| egrep -v "$XCODEBUILD_FILTER" \
| egrep -v '^$' \
| egrep -v "(GPBDictionary|GPBArray)" - ) || return_code=$?