include start args so that test passes locally
parent
7fb0a9e0c1
commit
2eedffdaae
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue