瀏覽代碼

Merge pull request #9674 from LK4D4/log_done

Fix missing logDone for TestRunMutableNetworkFiles
Jessie Frazelle 10 年之前
父節點
當前提交
03142fd5d2
共有 1 個文件被更改,包括 1 次插入0 次删除
  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