Skip to content

Commit

Permalink
Add debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Bulatov committed Aug 14, 2018
1 parent 986553f commit f2d3e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/extended/images/signatures.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ var _ = g.Describe("[registry][Serial][Suite:openshift/registry/serial] Image si
g.By("expecting the image to have unverified signature")
out, err = oc.Run("describe").Args("istag", "signed:latest").Output()
o.Expect(err).NotTo(o.HaveOccurred())
e2e.Logf(out)
o.Expect(out).To(o.ContainSubstring("Unverified"))

out, err = pod.Exec(strings.Join([]string{
Expand Down

0 comments on commit f2d3e8d

Please sign in to comment.