mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-02 11:02:16 +00:00
Update Ginkgo to latest HEAD release with one-character fix
The Ginkgo native test runner needed a small fix to work with pflag; this fix is included in this update.
This commit is contained in:
2
Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testrunner/test_runner.go
generated
vendored
2
Godeps/_workspace/src/github.com/onsi/ginkgo/ginkgo/testrunner/test_runner.go
generated
vendored
@@ -291,7 +291,7 @@ func (t *TestRunner) runParallelGinkgoSuite() RunResult {
|
||||
}
|
||||
|
||||
func (t *TestRunner) cmd(ginkgoArgs []string, stream io.Writer, node int) *exec.Cmd {
|
||||
args := []string{"-test.timeout=24h"}
|
||||
args := []string{"--test.timeout=24h"}
|
||||
if t.cover {
|
||||
coverprofile := "--test.coverprofile=" + t.Suite.PackageName + ".coverprofile"
|
||||
if t.numCPU > 1 {
|
||||
|
||||
Reference in New Issue
Block a user