فهرست منبع

Print daemon stacktrace when trust test times out

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
Tonis Tiigi 8 سال پیش
والد
کامیت
e533685d13
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      integration-cli/check_test.go

+ 4 - 0
integration-cli/check_test.go

@@ -454,6 +454,10 @@ type DockerTrustSuite struct {
 	not *testNotary
 	not *testNotary
 }
 }
 
 
+func (s *DockerTrustSuite) OnTimeout(c *check.C) {
+	s.ds.OnTimeout(c)
+}
+
 func (s *DockerTrustSuite) SetUpTest(c *check.C) {
 func (s *DockerTrustSuite) SetUpTest(c *check.C) {
 	testRequires(c, registry.Hosting, NotaryServerHosting)
 	testRequires(c, registry.Hosting, NotaryServerHosting)
 	s.reg = setupRegistry(c, false, "", "")
 	s.reg = setupRegistry(c, false, "", "")