We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15adb2 commit 549f806Copy full SHA for 549f806
pkg/envtest/server.go
@@ -181,7 +181,7 @@ func (te *Environment) startControlPlane() error {
181
}
182
183
if numTries == maxRetries {
184
- return fmt.Errorf("failed to start the controlplane. retried %d times: %s", numTries, err.Error())
+ return fmt.Errorf("failed to start the controlplane. retried %d times: %v", numTries, err)
185
186
return nil
187
0 commit comments