Skip to content

Commit

Permalink
Update code for Bazel change --incompatible_new_actions_api (bazel-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlb authored and Jay Conrod committed May 23, 2019
1 parent e9ba5a4 commit ddea1ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/private/skylib/lib/unittest.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ def _end(env):
"EOF",
"exit %d" % len(env.failures),
])
env.ctx.file_action(
env.ctx.actions.write(
output = env.ctx.outputs.executable,
content = cmd,
executable = True,
is_executable = True,
)

def _fail(env, msg):
Expand Down

0 comments on commit ddea1ad

Please sign in to comment.