github.com/openshift/installer@v1.4.17/hack/go-integration-test.sh (about) 1 #!/bin/sh 2 # Example: ./hack/go-integration-test.sh 3 4 go test -parallel 1 -p 1 -timeout 0 -run .Integration ./cmd/... ./data/... ./pkg/... "${@}"