mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +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",
|
"ImportPath": "github.com/onsi/ginkgo",
|
||||||
"Comment": "v1.1.0-42-gdbb5c6c",
|
"Comment": "v1.1.0-44-gae043a2",
|
||||||
"Rev": "dbb5c6caf33238b57facc1d975b1aaca6b90288c"
|
"Rev": "ae043a2b2a91d6441adedc96d2c01958a78ee516"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"ImportPath": "github.com/onsi/gomega",
|
"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 {
|
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 {
|
if t.cover {
|
||||||
coverprofile := "--test.coverprofile=" + t.Suite.PackageName + ".coverprofile"
|
coverprofile := "--test.coverprofile=" + t.Suite.PackageName + ".coverprofile"
|
||||||
if t.numCPU > 1 {
|
if t.numCPU > 1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user