We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9353098 + 5a9699e commit 10aaf25Copy full SHA for 10aaf25
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