From 64299b5b226f20cffd8afaa3f3d0b8fc2a070476 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Fri, 22 Jul 2022 16:32:11 -0700 Subject: [PATCH] remove references to nonexistent directory PiperOrigin-RevId: 462728462 --- test/runner/gtest/gtest.go | 2 +- test/runtimes/README.md | 2 +- webhook/BUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/runner/gtest/gtest.go b/test/runner/gtest/gtest.go index affbf1973..44c35ff1d 100644 --- a/test/runner/gtest/gtest.go +++ b/test/runner/gtest/gtest.go @@ -141,7 +141,7 @@ func ParseTestCases(testBin string, benchmarks bool, extraArgs ...string) ([]Tes return t, nil } -// ParseBenchmarks returns each benchmark in a third_party/benchmark binary's list as a single test case. +// ParseBenchmarks returns each benchmark in the binary's list as a single test case. func ParseBenchmarks(binary string, extraArgs ...string) ([]TestCase, error) { var t []TestCase args := append([]string{listBenchmarkFlag}, extraArgs...) diff --git a/test/runtimes/README.md b/test/runtimes/README.md index 5eaec65e1..165b27046 100644 --- a/test/runtimes/README.md +++ b/test/runtimes/README.md @@ -68,7 +68,7 @@ To bump the version of an existing runtime test: This will likely look similar to the older version, so start by copying the older one. Update any packages or downloaded urls to point to the new version. Test building the image with `docker build - third_party/gvisor/images/runtime/` + images/runtime/` 2. Create a new [`runtime_test`](BUILD) target. The `name` field must be the dirctory name for the Docker image you created in Step 1. diff --git a/webhook/BUILD b/webhook/BUILD index 6ecc0fcbc..c14c7b0cd 100644 --- a/webhook/BUILD +++ b/webhook/BUILD @@ -21,7 +21,7 @@ pkg_tar( name = "files", srcs = [":webhook"], extension = "tgz", - strip_prefix = "/third_party/gvisor/webhook", + strip_prefix = "/webhook", ) go_binary(