diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-08-28 10:33:00 +0200 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-08-28 10:33:00 +0200 |
commit | bbfb05f61fce9f179484b6d4cf4d1c3c35b500ea (patch) | |
tree | a5e7aba6d28134cc9651dc5310c56e1803028501 /tools/internal_ci/linux/pull_request | |
parent | 35501ad1df5799be17cc41894a0dc1d3ed43a8f0 (diff) |
run remote bazel tests with GRPC_VERBOSITY=debug
Diffstat (limited to 'tools/internal_ci/linux/pull_request')
-rw-r--r-- | tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh b/tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh index 5426ca56f7..f8c9314236 100644 --- a/tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh +++ b/tools/internal_ci/linux/pull_request/grpc_ubsan_on_foundry.sh @@ -62,6 +62,7 @@ source tools/internal_ci/helper_scripts/prepare_build_linux_rc --host_platform=//third_party/toolchains:rbe_ubuntu1604 \ --platforms=//third_party/toolchains:rbe_ubuntu1604 \ --remote_instance_name=grpc-testing/instances/default_instance \ + --test_env=GRPC_VERBOSITY=debug \ -- //test/... || FAILED="true" if [ "$FAILED" != "" ] |