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.
2 parents 0faf0be + 2602b22 commit 34db531Copy full SHA for 34db531
tests/e2e/util/common/e2e_utils.go
@@ -134,7 +134,7 @@ func LogDebugInfo(k kubectl.Kubectl) {
134
// TODO: Add the creation of file with this information to be attached to the test report
135
136
GinkgoWriter.Println()
137
- GinkgoWriter.Println("The test run has failures and the debug information is as follows from cluster: %q:", k.GetClusterName())
+ GinkgoWriter.Printf("The test run has failures and the debug information is as follows from cluster: %q:\n", k.GetClusterName())
138
GinkgoWriter.Println("=========================================================")
139
logOperatorDebugInfo(k)
140
0 commit comments