Skip to content

Commit da9b09e

Browse files
Merge pull request #19812 from smarterclayton/test_deps
Add test to dependency graph
2 parents 9a10b60 + 6772277 commit da9b09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/lib/constants.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ readonly -f os::util::list_go_src_dirs
195195

196196
# os::util::list_go_deps outputs the list of dependencies for the project.
197197
function os::util::list_go_deps() {
198-
go list -f '{{.ImportPath}}{{.Imports}}' ./pkg/... ./cmd/... ./vendor/k8s.io/... | tr '[]' ' ' |
198+
go list -f '{{.ImportPath}}{{.Imports}}' ./test/... ./pkg/... ./cmd/... ./vendor/k8s.io/... | tr '[]' ' ' |
199199
sed -e 's|github.com/openshift/origin/vendor/||g' |
200200
sed -e 's|k8s.io/kubernetes/staging/src/||g'
201201
}

0 commit comments

Comments
 (0)