fix run_one_test

pull/19410/head
Muxi Yan 6 years ago
parent 8a11a8120a
commit 5255b49fbc
  1. 2
      src/objective-c/tests/run_one_test.sh

@ -47,7 +47,7 @@ XCODEBUILD_FILTER='(^CompileC |^Ld |^ *[^ ]*clang |^ *cd |^ *export |^Libtool |^
xcodebuild \ xcodebuild \
-workspace Tests.xcworkspace \ -workspace Tests.xcworkspace \
-scheme SCHEME \ -scheme $SCHEME \
-destination name="iPhone 8" \ -destination name="iPhone 8" \
HOST_PORT_LOCALSSL=localhost:$TLS_PORT \ HOST_PORT_LOCALSSL=localhost:$TLS_PORT \
HOST_PORT_LOCAL=localhost:$PLAIN_PORT \ HOST_PORT_LOCAL=localhost:$PLAIN_PORT \

Loading…
Cancel
Save