e2e log: Ginkgo 1.10.1 fixes stack skip

Now Ginkgo properly skips the initial stack entry.
This commit is contained in:
Patrick Ohly
2019-08-30 17:58:48 +02:00
parent f70c81c9f2
commit ecd7ae55bc
32 changed files with 56 additions and 58 deletions

View File

@@ -20,7 +20,7 @@ import (
"fmt"
)
const VERSION = "1.10.0"
const VERSION = "1.10.1"
type GinkgoConfigType struct {
RandomSeed int64