Skip to content

Commit 34db531

Browse files
author
openshift-service-mesh-bot
committed
Automated merge
* upstream/main: Fix log line in e2e_utils.go (openshift-service-mesh#462)
2 parents 0faf0be + 2602b22 commit 34db531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/util/common/e2e_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func LogDebugInfo(k kubectl.Kubectl) {
134134
// TODO: Add the creation of file with this information to be attached to the test report
135135

136136
GinkgoWriter.Println()
137-
GinkgoWriter.Println("The test run has failures and the debug information is as follows from cluster: %q:", k.GetClusterName())
137+
GinkgoWriter.Printf("The test run has failures and the debug information is as follows from cluster: %q:\n", k.GetClusterName())
138138
GinkgoWriter.Println("=========================================================")
139139
logOperatorDebugInfo(k)
140140
GinkgoWriter.Println("=========================================================")

0 commit comments

Comments
 (0)