change objc

pull/3386/head
yang-g 10 years ago
parent 035cf093de
commit 18802c7786
  1. 2
      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

Loading…
Cancel
Save