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

pull/8/head
Benjamin Elder 2018-07-06 16:08:20 -07:00
parent 5114d4e0b0
commit ca79547e92
3 changed files with 3 additions and 1 deletions

View File

@ -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/...",
], ],

View File

@ -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",
], ],
) )

View File

@ -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(