Skip to content

Commit 5a9699e

Browse files
katreavdv
authored andcommitted
Replace use of exec_tools with semantically-identical tools.
Fixes tweag#1924.
1 parent 9353098 commit 5a9699e

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

Lines changed: 1 addition & 1 deletion
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)