fixed a symbol in objective-c test script (#26930)

pull/27224/head
Hannah Shi 3 years ago committed by GitHub
parent a49b4614d7
commit ef182816f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/objective-c/tests/run_one_test.sh

@ -29,7 +29,7 @@ INTEROP=../../../bazel-out/darwin-fastbuild/bin/test/cpp/interop/interop_server
}
[ -f $INTEROP ] || {
BAZEL build //test/cpp/interop:interop_server
$BAZEL build //test/cpp/interop:interop_server
}
[ -z "$(ps aux |egrep 'port_server\.py.*-p\s32766')" ] && {

Loading…
Cancel
Save