Merge pull request #65927 from BenTheElder/fix-visibility

Automatic merge from submit-queue (batch tested with PRs 65882, 65896, 65755, 60549, 65927). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

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

**What this PR does / why we need it**: fixes some BUILD visibility, albeit for a relatively unused target

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
NONE
```
This commit is contained in:
Kubernetes Submit Queue
2018-07-07 18:41:15 -07:00
committed by GitHub
3 changed files with 4 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ sh_binary(
srcs = ["test-cmd.sh"],
deps = [
"//hack/lib",
"//test/cmd:all-srcs",
"//test/cmd:legacy-script",
],
)