From f5b2b751eb15fd70672297b4e6980fc7833787ef Mon Sep 17 00:00:00 2001 From: natasha41575 Date: Tue, 1 Feb 2022 14:15:15 -0800 Subject: [PATCH] fix test-unit-kustomize-api --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4f4a61cab..cf315aa05 100644 --- a/Makefile +++ b/Makefile @@ -224,8 +224,8 @@ generate-kustomize-api: $(MYGOBIN)/k8scopy .PHONY: test-unit-kustomize-api test-unit-kustomize-api: build-kustomize-api - cd api; go test ./... -ldflags "-X sigs.k8s.io/kustomize/api/provenance.version=v444.333.222"; \ - cd krusty; OPENAPI_TEST=true go test -run TestCustomOpenAPIFieldFromComponentWithOverlays + cd api; go test ./... -ldflags "-X sigs.k8s.io/kustomize/api/provenance.version=v444.333.222" + cd api/krusty; OPENAPI_TEST=true go test -run TestCustomOpenAPIFieldFromComponentWithOverlays .PHONY: test-unit-kustomize-plugins test-unit-kustomize-plugins: