Skip to content

Commit 10aaf25

Browse files
authored
Merge pull request #1925 from katre/remove-exec-tools
Replace use of `exec_tools` with semantically-identical `tools`.
2 parents 9353098 + 5a9699e commit 10aaf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules_haskell_tests/tests/asterius/asterius_tests_utils.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def asterius_test_macro(
4848
name = "asterius_binary_from_genrule" + suffix,
4949
outs = ["out" + suffix],
5050
cmd = "BAZEL_BINDIR=$(BINDIR) $(location :asterius_binary{}) > \"$@\"".format(suffix),
51-
exec_tools = [":asterius_binary" + suffix],
51+
tools = [":asterius_binary" + suffix],
5252
testonly = True,
5353
tags = tags + ["manual"],
5454
)

0 commit comments

Comments
 (0)