Skip to content

Commit

Permalink
remove collect_data = True
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelahman authored and filmil committed Nov 24, 2021
1 parent 42a7a03 commit 084e785
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def _bats_test_impl(ctx):
)
runfiles = ctx.runfiles(
files = ctx.files.srcs,
transitive_files = depset(ctx.files.data),
collect_data = True,
transitive_files = depset(ctx.files.data + ctx.files.deps),
).merge(ctx.attr._bats.default_runfiles)
return [DefaultInfo(runfiles = runfiles)]

Expand Down

0 comments on commit 084e785

Please sign in to comment.