Skip to content

Commit

Permalink
Print daemon stacktrace when trust test times out
Browse files Browse the repository at this point in the history
Signed-off-by: Tonis Tiigi <[email protected]>
  • Loading branch information
tonistiigi committed Jan 11, 2017
1 parent c38bb7a commit e533685
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration-cli/check_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,10 @@ type DockerTrustSuite struct {
not *testNotary
}

func (s *DockerTrustSuite) OnTimeout(c *check.C) {
s.ds.OnTimeout(c)
}

func (s *DockerTrustSuite) SetUpTest(c *check.C) {
testRequires(c, registry.Hosting, NotaryServerHosting)
s.reg = setupRegistry(c, false, "", "")
Expand Down

0 comments on commit e533685

Please sign in to comment.