Skip to content

Commit dca39af

Browse files
committed
Add format.MaxLength = 0 to tests to increase log print
1 parent 3c8af92 commit dca39af

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/python/integration/integration_suite_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/cloudfoundry/libbuildpack/cutlass"
14+
"testing"
1515

16+
"github.com/cloudfoundry/libbuildpack/cutlass"
1617
. "github.com/onsi/ginkgo"
1718
. "github.com/onsi/gomega"
18-
19-
"testing"
19+
"github.com/onsi/gomega/format"
2020
)
2121

2222
var bpDir string
@@ -42,6 +42,7 @@ func init() {
4242
flag.StringVar(&platform, "platform", "cf", "platform to run tests against")
4343
flag.StringVar(&stack, "stack", "cflinuxfs3", "stack to use when pushing apps")
4444
flag.Parse()
45+
format.MaxLength = 0
4546
}
4647

4748
var _ = SynchronizedBeforeSuite(func() []byte {

0 commit comments

Comments
 (0)