Commit ca79547e authored by Benjamin Elder's avatar Benjamin Elder

fix visibility of testdata for //test/cmd:legacy-script

parent 5114d4e0
...@@ -40,6 +40,7 @@ package_group( ...@@ -40,6 +40,7 @@ package_group(
"//hack", "//hack",
"//hack/lib", "//hack/lib",
"//hack/make-rules", "//hack/make-rules",
"//test/cmd",
"//test/e2e/...", "//test/e2e/...",
"//test/integration/...", "//test/integration/...",
], ],
......
...@@ -21,7 +21,7 @@ sh_binary( ...@@ -21,7 +21,7 @@ sh_binary(
srcs = ["test-cmd.sh"], srcs = ["test-cmd.sh"],
deps = [ deps = [
"//hack/lib", "//hack/lib",
"//test/cmd:all-srcs", "//test/cmd:legacy-script",
], ],
) )
......
...@@ -48,6 +48,7 @@ sh_library( ...@@ -48,6 +48,7 @@ sh_library(
"version.sh", "version.sh",
], ],
data = ["//pkg/kubectl/validation:testdata/v1/validPod.yaml"], data = ["//pkg/kubectl/validation:testdata/v1/validPod.yaml"],
visibility = ["//visibility:public"],
) )
filegroup( filegroup(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment