Skip to content

Commit f1fa34a

Browse files
committed
DNM: Commit to see full length of error messages
1 parent eda8c3c commit f1fa34a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/generator.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010

1111
. "github.com/onsi/ginkgo/v2"
1212
. "github.com/onsi/gomega"
13+
format "github.com/onsi/gomega/format"
1314
yamlpatch "github.com/vmware-archive/yaml-patch"
1415

1516
"github.com/ghodss/yaml"
@@ -100,6 +101,7 @@ func loadSuiteFile(path string) (SuiteSpec, error) {
100101

101102
// GenerateTestSuite generates a Ginkgo test suite from the provided SuiteSpec.
102103
func GenerateTestSuite(suiteSpec SuiteSpec) {
104+
format.MaxLength = 0
103105
for i := range suiteSpec.PerTestRuntimeInfo.CRDFilenames {
104106
crdFilename := suiteSpec.PerTestRuntimeInfo.CRDFilenames[i]
105107

0 commit comments

Comments
 (0)