Skip to content

Commit

Permalink
Replace use of exec_tools with semantically-identical tools.
Browse files Browse the repository at this point in the history
Fixes #1924.
  • Loading branch information
katre authored and avdv committed Aug 2, 2023
1 parent 9353098 commit 5a9699e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def asterius_test_macro(
name = "asterius_binary_from_genrule" + suffix,
outs = ["out" + suffix],
cmd = "BAZEL_BINDIR=$(BINDIR) $(location :asterius_binary{}) > \"$@\"".format(suffix),
exec_tools = [":asterius_binary" + suffix],
tools = [":asterius_binary" + suffix],
testonly = True,
tags = tags + ["manual"],
)
Expand Down

0 comments on commit 5a9699e

Please sign in to comment.