Skip to content

Commit

Permalink
Update for bazel 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filmil committed Sep 27, 2019
1 parent 7395b8b commit 78da082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ export PATH="{bats_bins_path}":$PATH
env=env,
test_paths = " ".join(tests),
)
ctx.file_action(
ctx.actions.write(
output = ctx.outputs.executable,
executable = True,
is_executable = True,
content = content,
)
runfiles = runfiles.merge(ctx.attr._bats.default_runfiles)
Expand Down

0 comments on commit 78da082

Please sign in to comment.