mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-25 10:43:25 -04:00
Pass arguments after the package directly to go test
hack/test-go.sh pkg/util -v -test.run=TestNewStringSet
And also allow global flags
hack/test-go.sh "" -v
|
||
|---|---|---|
| .. | ||
| e2e-suite | ||
| build-go.sh | ||
| config-go.sh | ||
| dev-build-and-push.sh | ||
| dev-build-and-up.sh | ||
| e2e-test.sh | ||
| integration-test.sh | ||
| local-up-cluster.sh | ||
| test-go.sh | ||
| verify-boilerplate.sh | ||
| verify-gofmt.sh | ||
| version-gen.sh | ||