We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exec_tools
tools
1 parent 9353098 commit 5a9699eCopy full SHA for 5a9699e
rules_haskell_tests/tests/asterius/asterius_tests_utils.bzl
@@ -48,7 +48,7 @@ def asterius_test_macro(
48
name = "asterius_binary_from_genrule" + suffix,
49
outs = ["out" + suffix],
50
cmd = "BAZEL_BINDIR=$(BINDIR) $(location :asterius_binary{}) > \"$@\"".format(suffix),
51
- exec_tools = [":asterius_binary" + suffix],
+ tools = [":asterius_binary" + suffix],
52
testonly = True,
53
tags = tags + ["manual"],
54
)
0 commit comments