mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #7379 from ixdy/update-ginkgo
Update Ginkgo to latest HEAD release with one-character fix
This commit is contained in:
commit
9b215dbe38
4
Godeps/Godeps.json
generated
4
Godeps/Godeps.json
generated
@ -328,8 +328,8 @@
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/onsi/ginkgo",
|
||||
"Comment": "v1.1.0-42-gdbb5c6c",
|
||||
"Rev": "dbb5c6caf33238b57facc1d975b1aaca6b90288c"
|
||||
"Comment": "v1.1.0-44-gae043a2",
|
||||
"Rev": "ae043a2b2a91d6441adedc96d2c01958a78ee516"
|
||||
},
|
||||
{
|
||||
"ImportPath": "github.com/onsi/gomega",
|
||||
|
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user