Merge pull request #22449 from jtattermusch/win_rbe_remove_old_flag

Get rid of the long deprecated --incompatible_windows_native_test_wrapper flag
pull/22459/head
Jan Tattermusch 5 years ago committed by GitHub
commit ddf6e94423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/remote_build/windows.bazelrc

@ -38,9 +38,6 @@ build --define GRPC_PORT_ISOLATED_RUNTIME=1
build --test_tag_filters=-no_windows
build --build_tag_filters=-no_windows
# required for the tests to pass on Windows RBE
build --incompatible_windows_native_test_wrapper
# without verbose gRPC logs the test outputs are not very useful
test --test_env=GRPC_VERBOSITY=debug

Loading…
Cancel
Save