Skip to content

Commit 4966e0b

Browse files
Merge pull request #282 from openshift-bot/synchronize-upstream
NO-ISSUE: Synchronize From Upstream Repositories
2 parents d33af18 + 3deaa60 commit 4966e0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.

commitchecker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
expectedMergeBase: a6de9f94e085989a086459f2b5325a5cd27424b0
1+
expectedMergeBase: 01755a80c407b4452e64d816e18e00c189162c4b
22
upstreamBranch: main
33
upstreamOrg: operator-framework
44
upstreamRepo: operator-controller

0 commit comments

Comments
 (0)