Skip to content

Commit

Permalink
Allow running tests directly (default poller, foundry wont see them)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Dec 7, 2017
1 parent 84d78ac commit e55fb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/grpc_build_system.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e55fb8a

Please sign in to comment.