Skip to content

Commit a602a7a

Browse files
authored
Scope args file (#28)
1 parent 3ee188e commit a602a7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buf/internal/plugin.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def protoc_plugin_test(ctx, proto_infos, protoc, plugin, config, files_to_includ
5353
args.add_joined(["--buf-plugin_out", "."], join_with = "=")
5454
args.add_all(sources)
5555

56-
args_file = ctx.actions.declare_file("args")
56+
args_file = ctx.actions.declare_file("{}-args".format(ctx.label.name))
5757
ctx.actions.write(
5858
output = args_file,
5959
content = args,

0 commit comments

Comments
 (0)