Skip to content

Commit

Permalink
Fix log line in e2e_utils.go (#462)
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Lukša <[email protected]>
  • Loading branch information
luksa authored Oct 31, 2024
1 parent fbdb22d commit 2602b22
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 2602b22

Please sign in to comment.