aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-12-19 23:15:26 -0800
committerGravatar Muxi Yan <mxyan@google.com>2018-12-19 23:15:26 -0800
commit6cf4622cd1a721704c70be2160b6454937771141 (patch)
tree55f65e549b5d23c2dabaef913fe552e4c7a10c7d /src
parentc72a0af7816be07d3bec926f86288f9f97cb6cbd (diff)
provide host
Diffstat (limited to 'src')
-rwxr-xr-xsrc/objective-c/tests/run_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh
index e8c3e6ec2a..8402809c09 100755
--- a/src/objective-c/tests/run_tests.sh
+++ b/src/objective-c/tests/run_tests.sh
@@ -188,6 +188,7 @@ xcodebuild \
-workspace Tests.xcworkspace \
-scheme APIv2Tests \
-destination name="iPhone 8" \
+ HOST_PORT_LOCAL=localhost:5050 \
test \
| egrep -v "$XCODEBUILD_FILTER" \
| egrep -v '^$' \