From 57054acfb60a03272153d1da02d815faeef24c6e Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Wed, 3 Oct 2018 15:12:40 -0700 Subject: [PATCH] Add missing reference to cmd. --- test/integration/addons_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/addons_test.go b/test/integration/addons_test.go index ea88fb41f..208bad7c2 100644 --- a/test/integration/addons_test.go +++ b/test/integration/addons_test.go @@ -50,7 +50,7 @@ func testDashboard(t *testing.T) { t.Parallel() minikubeRunner := NewMinikubeRunner(t) - _, out := minikubeRunner.RunDaemon("dashboard --url") + cmd, out := minikubeRunner.RunDaemon("dashboard --url") defer func() { err := cmd.Process.Kill() if err != nil { -- GitLab