From 03bdacbb4e4bf2fabf67bfdb8b5118bc7ed1edd2 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Mon, 15 Dec 2014 13:44:22 -0800 Subject: [PATCH] Fix missing logDone for TestRunMutableNetworkFiles Signed-off-by: Alexander Morozov --- integration-cli/docker_cli_run_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-cli/docker_cli_run_test.go b/integration-cli/docker_cli_run_test.go index 0b56f235fe..4a508d6c3d 100644 --- a/integration-cli/docker_cli_run_test.go +++ b/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