Skip to content

Commit ca79547

Browse files
committed
fix visibility of testdata for //test/cmd:legacy-script
1 parent 5114d4e commit ca79547

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

build/visible_to/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ package_group(
4040
"//hack",
4141
"//hack/lib",
4242
"//hack/make-rules",
43+
"//test/cmd",
4344
"//test/e2e/...",
4445
"//test/integration/...",
4546
],

hack/make-rules/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sh_binary(
2121
srcs = ["test-cmd.sh"],
2222
deps = [
2323
"//hack/lib",
24-
"//test/cmd:all-srcs",
24+
"//test/cmd:legacy-script",
2525
],
2626
)
2727

test/cmd/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ sh_library(
4848
"version.sh",
4949
],
5050
data = ["//pkg/kubectl/validation:testdata/v1/validPod.yaml"],
51+
visibility = ["//visibility:public"],
5152
)
5253

5354
filegroup(

0 commit comments

Comments
 (0)