include start args so that test passes locally

pull/9676/head
Priya Wadhwa 2020-11-11 14:52:30 -08:00
parent 7fb0a9e0c1
commit 2eedffdaae
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ func validateStartNoReconfigure(ctx context.Context, t *testing.T, profile strin
defer PostMortemLogs(t, profile)
args := []string{"start", "-p", profile, "--alsologtostderr", "-v=1"}
args = append(args, StartArgs()...)
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
if err != nil {
t.Fatalf("failed to second start a running minikube with args: %q : %v", rr.Command(), err)