Permalink
Browse files

remove some logs from tests

  • Loading branch information...
vieux committed Oct 29, 2013
1 parent caa7cf1 commit 86970d00bbb9c5e3184fe4e3e7442fd0865c80ec
Showing with 0 additions and 2 deletions.
  1. +0 −2 runtime_test.go
View
@@ -608,7 +608,6 @@ func TestReloadContainerLinks(t *testing.T) {
runningCount := 0
for _, c := range runtime2.List() {
if c.State.Running {
t.Logf("Running container found: %v (%v)", c.ID, c.Path)
runningCount++
}
}
@@ -623,7 +622,6 @@ func TestReloadContainerLinks(t *testing.T) {
t.Fatalf("Container 2 %s should be registered first in the runtime", container2.ID)
}
t.Logf("Number of links: %d", runtime2.containerGraph.Refs("0"))
// Verify that the link is still registered in the runtime
entity := runtime2.containerGraph.Get(container1.Name)
if entity == nil {

0 comments on commit 86970d0

Please sign in to comment.