We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2e7cd commit 25528acCopy full SHA for 25528ac
Makefile
@@ -119,7 +119,7 @@ setup-bare: clean e2e.namespace
119
e2e:
120
go test -v $(MOD_FLAGS) -failfast -timeout 70m ./test/e2e/... -namespace=openshift-operators -kubeconfig=${KUBECONFIG} -olmNamespace=openshift-operator-lifecycle-manager -dummyImage=bitnami/nginx:latest
121
122
-e2e-local: build-linux build-wait
+e2e-local: build-linux build-wait build-util-linux
123
. ./scripts/build_local.sh
124
. ./scripts/run_e2e_local.sh $(TEST)
125
0 commit comments