Skip to content

Commit 01755a8

Browse files
authored
Cleanup catalogd remnants in unit test dirs (#1822)
Omit non-existent catalogd test directory from UNIT_TEST_DIRS environment variable filter. Signed-off-by: Edmund Ochieng <[email protected]>
1 parent 9e2f28c commit 01755a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ test-ext-dev-e2e: $(OPERATOR_SDK) $(KUSTOMIZE) $(KIND) #HELP Run extension creat
195195
go test -count=1 -v ./test/extension-developer-e2e/...
196196

197197
ENVTEST_VERSION := $(shell go list -m k8s.io/client-go | cut -d" " -f2 | sed 's/^v0\.\([[:digit:]]\{1,\}\)\.[[:digit:]]\{1,\}$$/1.\1.x/')
198-
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/ | grep -v /catalogd/test/)
198+
UNIT_TEST_DIRS := $(shell go list ./... | grep -v /test/)
199199
COVERAGE_UNIT_DIR := $(ROOT_DIR)/coverage/unit
200200

201201
.PHONY: envtest-k8s-bins #HELP Uses setup-envtest to download and install the binaries required to run ENVTEST-test based locally at the project/bin directory.

0 commit comments

Comments
 (0)