diff --git a/tests/e2e/util/common/e2e_utils.go b/tests/e2e/util/common/e2e_utils.go index b513452ee..eb1423cc8 100644 --- a/tests/e2e/util/common/e2e_utils.go +++ b/tests/e2e/util/common/e2e_utils.go @@ -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("=========================================================")