From e55fb8aaa88651cda047f138963fa96d4fcd5460 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Thu, 7 Dec 2017 11:40:18 -0800 Subject: Allow running tests directly (default poller, foundry wont see them) --- bazel/grpc_build_system.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bazel') diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl index 2ef8544502..bab66ac90b 100644 --- a/bazel/grpc_build_system.bzl +++ b/bazel/grpc_build_system.bzl @@ -87,7 +87,7 @@ def grpc_cc_test(name, srcs = [], deps = [], external_deps = [], args = [], data 'linkopts': ["-pthread"], } if uses_polling: - native.cc_binary(testonly=True, **args) + native.cc_test(testonly=True, tags=['manual'], **args) for poller in POLLERS: native.sh_test( name = name + '@poller=' + poller, -- cgit v1.2.3