We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce9c2b commit 15a7645Copy full SHA for 15a7645
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