diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2017-05-02 22:31:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 22:31:34 +0200 |
commit | b5799aa02666147bc7847316b3d236e1aac51ec8 (patch) | |
tree | a952b7d3f4679af685e766fd05d3a8823544a277 /tools/internal_ci | |
parent | 622699a74c22a36279a928ea744f05905522e971 (diff) |
remove --build_only
Diffstat (limited to 'tools/internal_ci')
-rwxr-xr-x | tools/internal_ci/macos/grpc_master.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/macos/grpc_master.sh b/tools/internal_ci/macos/grpc_master.sh index 993fff3af2..4ce1af73a5 100755 --- a/tools/internal_ci/macos/grpc_master.sh +++ b/tools/internal_ci/macos/grpc_master.sh @@ -35,7 +35,7 @@ cd $(dirname $0)/../../.. git submodule update --init -tools/run_tests/run_tests_matrix.py -f basictests macos --internal_ci --build_only || FAILED="true" +tools/run_tests/run_tests_matrix.py -f basictests macos --internal_ci || FAILED="true" # kill port_server.py to prevent the build from hanging ps aux | grep port_server\\.py | awk '{print $2}' | xargs kill -9 |