We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fa6833 + 15a7645 commit 34f13a8Copy full SHA for 34f13a8
1 file changed
test/extended/cli/mustgather.go
@@ -70,7 +70,7 @@ var _ = g.Describe("[cli] oc adm must-gather", func() {
70
}
71
72
if len(emptyFiles) > 0 {
73
- fmt.Printf("expected files should not be empty: \n%s", strings.Join(emptyFiles, "\n"))
+ o.Expect(fmt.Errorf("expected files should not be empty: %s", strings.Join(emptyFiles, ","))).NotTo(o.HaveOccurred())
74
75
76
})
0 commit comments