Skip to content

Commit 2602b22

Browse files
authored
Fix log line in e2e_utils.go (openshift-service-mesh#462)
Signed-off-by: Marko Lukša <[email protected]>
1 parent fbdb22d commit 2602b22

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)