1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00
Files
installer/hack/go-integration-test-nodejoiner.sh
2024-10-16 05:54:50 -04:00

8 lines
327 B
Bash
Executable File

#!/bin/sh
# Example: ./hack/go-integration-test-nodejoiner.sh
go install -mod=mod sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.19
# shellcheck disable=SC2086
KUBEBUILDER_ASSETS="$($GOPATH/bin/setup-envtest use 1.31.0 -p path --bin-dir /tmp)" go test -timeout 0 -run .Integration ./cmd/node-joiner/... "${@}"