Browse code

Fix missing logDone for TestRunMutableNetworkFiles

Signed-off-by: Alexander Morozov <lk4d4@docker.com>

Alexander Morozov authored on 2014/12/16 06:44:22
Showing 1 changed files
... ...
@@ -1949,6 +1949,7 @@ func TestRunMutableNetworkFiles(t *testing.T) {
1949 1949
 			t.Fatalf("Did not find the correct output in /etc/%s: %s %#v", fn, out, lines)
1950 1950
 		}
1951 1951
 	}
1952
+	logDone("run - mutable network files")
1952 1953
 }
1953 1954
 
1954 1955
 // Ensure that CIDFile gets deleted if it's empty