Skip to content

Commit 42df653

Browse files
Merge pull request #1337 from njhale/fix-run-local
fix(make): build cpb as prereq of e2e-local
2 parents 9c95ab2 + 25528ac commit 42df653

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
@@ -119,7 +119,7 @@ setup-bare: clean e2e.namespace
119119
e2e:
120120
go test -v $(MOD_FLAGS) -failfast -timeout 70m ./test/e2e/... -namespace=openshift-operators -kubeconfig=${KUBECONFIG} -olmNamespace=openshift-operator-lifecycle-manager -dummyImage=bitnami/nginx:latest
121121

122-
e2e-local: build-linux build-wait
122+
e2e-local: build-linux build-wait build-util-linux
123123
. ./scripts/build_local.sh
124124
. ./scripts/run_e2e_local.sh $(TEST)
125125

0 commit comments

Comments
 (0)