Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit e968c63

Browse files
author
Craig Furman
committed
Forward test kube stdio to debug failure
1 parent 5d4b0a2 commit e968c63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/appliance/helpers_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ func (suite *ApplianceTestSuite) setupEnvtest() {
6060
logger := stdr.New(stdlog.New(os.Stderr, "", stdlog.LstdFlags))
6161

6262
suite.testEnv = &envtest.Environment{
63-
BinaryAssetsDirectory: suite.kubebuilderAssetPath(),
63+
AttachControlPlaneOutput: true,
64+
BinaryAssetsDirectory: suite.kubebuilderAssetPath(),
6465
}
6566
cfg, err := suite.testEnv.Start()
6667
require.NoError(t, err)

0 commit comments

Comments
 (0)