remove references to nonexistent directory

PiperOrigin-RevId: 462728462
This commit is contained in:
Kevin Krakauer
2022-07-22 16:34:50 -07:00
committed by gVisor bot
parent 227b963b2f
commit 64299b5b22
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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...)
+1 -1
View File
@@ -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/<new_runtime>`
images/runtime/<new_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.
+1 -1
View File
@@ -21,7 +21,7 @@ pkg_tar(
name = "files",
srcs = [":webhook"],
extension = "tgz",
strip_prefix = "/third_party/gvisor/webhook",
strip_prefix = "/webhook",
)
go_binary(