Skip to content

Commit

Permalink
Merge pull request #1925 from katre/remove-exec-tools
Browse files Browse the repository at this point in the history
Replace use of `exec_tools` with semantically-identical `tools`.
  • Loading branch information
avdv committed Aug 3, 2023
2 parents 9353098 + 5a9699e commit 10aaf25
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 10aaf25

Please sign in to comment.