mirror of https://github.com/k3s-io/k3s
Merge pull request #7379 from ixdy/update-ginkgo
Update Ginkgo to latest HEAD release with one-character fixpull/6/head
commit
9b215dbe38
|
@ -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",
|
||||
|
|
|
@ -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