Browse Source

Fix missing logDone for TestRunMutableNetworkFiles

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Alexander Morozov 10 years ago
parent
commit
03bdacbb4e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      integration-cli/docker_cli_run_test.go

+ 1 - 0
integration-cli/docker_cli_run_test.go

@@ -1949,6 +1949,7 @@ func TestRunMutableNetworkFiles(t *testing.T) {
 			t.Fatalf("Did not find the correct output in /etc/%s: %s %#v", fn, out, lines)
 		}
 	}
+	logDone("run - mutable network files")
 }
 
 // Ensure that CIDFile gets deleted if it's empty