aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2015-09-21 13:08:29 -0700
committerGravatar yang-g <yangg@google.com>2015-10-01 11:39:35 -0700
commit18802c778601fd560b3b31c681fbe89ddc1c2409 (patch)
treeeab8073f17a4562450c38fe6e7a4a8ff0d847790 /src/objective-c/tests
parent035cf093de8e18095f9aeca3a7fe4faaa05c4639 (diff)
change objc
Diffstat (limited to 'src/objective-c/tests')
-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 7b133c1782..598f4e7fa1 100755
--- a/src/objective-c/tests/run_tests.sh
+++ b/src/objective-c/tests/run_tests.sh
@@ -37,7 +37,7 @@ cd $(dirname $0)
# Run the tests server.
../../../bins/$CONFIG/interop_server --port=5050 &
-../../../bins/$CONFIG/interop_server --port=5051 --enable_ssl &
+../../../bins/$CONFIG/interop_server --port=5051 --use_tls &
# Kill them when this script exits.
trap 'kill -9 `jobs -p`' EXIT