Skip to content

Commit

Permalink
fixed a symbol in objective-c test script (grpc#26930)
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB authored Sep 1, 2021
1 parent a49b461 commit ef18281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objective-c/tests/run_one_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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')" ] && {
Expand Down

0 comments on commit ef18281

Please sign in to comment.