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.sh

5 lines
163 B
Bash
Raw Permalink Normal View History

#!/bin/sh
# Example: ./hack/go-integration-test.sh
go test -parallel 1 -p 1 -timeout 0 -run .Integration ./cmd/openshift-install/... ./data/... ./pkg/... "${@}"