Skip to content

Commit

Permalink
Merge #74387
Browse files Browse the repository at this point in the history
74387: Avoid directory dependency; use full input list r=irfansharif a=ulfjack

Release note: None

Co-authored-by: Ulf Adams <[email protected]>
  • Loading branch information
craig[bot] and ulfjack committed Jan 4, 2022
2 parents 5bbffac + dd95a59 commit 8464fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ccl/sqlproxyccl/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ go_test(
"proxy_handler_test.go",
"server_test.go",
],
data = [":testdata"],
data = glob(["testdata/**"]),
embed = [":sqlproxyccl"],
deps = [
"//pkg/base",
Expand Down

0 comments on commit 8464fcf

Please sign in to comment.