mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Make the generated test binary name match the target name
PiperOrigin-RevId: 368495641
This commit is contained in:
@@ -4,7 +4,7 @@ load("//tools:defs.bzl", "default_platform", "platforms")
|
||||
|
||||
def _runner_test_impl(ctx):
|
||||
# Generate a runner binary.
|
||||
runner = ctx.actions.declare_file("%s-runner" % ctx.label.name)
|
||||
runner = ctx.actions.declare_file(ctx.label.name)
|
||||
runner_content = "\n".join([
|
||||
"#!/bin/bash",
|
||||
"set -euf -x -o pipefail",
|
||||
|
||||
Reference in New Issue
Block a user