提交 57054acf 编写于 作者: T Thomas Stromberg

Add missing reference to cmd.

上级 c079bb19
...@@ -50,7 +50,7 @@ func testDashboard(t *testing.T) { ...@@ -50,7 +50,7 @@ func testDashboard(t *testing.T) {
t.Parallel() t.Parallel()
minikubeRunner := NewMinikubeRunner(t) minikubeRunner := NewMinikubeRunner(t)
_, out := minikubeRunner.RunDaemon("dashboard --url") cmd, out := minikubeRunner.RunDaemon("dashboard --url")
defer func() { defer func() {
err := cmd.Process.Kill() err := cmd.Process.Kill()
if err != nil { if err != nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册