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.
2 parents 9c95ab2 + 25528ac commit 42df653Copy full SHA for 42df653
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