mirror of
https://github.com/openshift/installer.git
synced 2026-02-05 06:46:36 +01:00
5 lines
163 B
Bash
Executable File
5 lines
163 B
Bash
Executable File
#!/bin/sh
|
|
# Example: ./hack/go-integration-test.sh
|
|
|
|
go test -parallel 1 -p 1 -timeout 0 -run .Integration ./cmd/openshift-install/... ./data/... ./pkg/... "${@}"
|