Skip to content

Commit

Permalink
Automated merge
Browse files Browse the repository at this point in the history
* upstream/main:
  Fix log line in e2e_utils.go (istio-ecosystem#462)
  • Loading branch information
openshift-service-mesh-bot committed Oct 31, 2024
2 parents 0faf0be + 2602b22 commit 34db531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/util/common/e2e_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func LogDebugInfo(k kubectl.Kubectl) {
// TODO: Add the creation of file with this information to be attached to the test report

GinkgoWriter.Println()
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())
GinkgoWriter.Println("=========================================================")
logOperatorDebugInfo(k)
GinkgoWriter.Println("=========================================================")
Expand Down

0 comments on commit 34db531

Please sign in to comment.