wait all
parent
ede79038ba
commit
8deaf69845
|
@ -56,7 +56,7 @@ func TestPause(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func validateFreshStart(ctx context.Context, t *testing.T, profile string) {
|
func validateFreshStart(ctx context.Context, t *testing.T, profile string) {
|
||||||
args := append([]string{"start", "-p", profile, "--memory=1800", "--install-addons=false", "--wait=true"}, StartArgs()...)
|
args := append([]string{"start", "-p", profile, "--memory=1800", "--install-addons=false", "--wait=all"}, StartArgs()...)
|
||||||
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
|
rr, err := Run(t, exec.CommandContext(ctx, Target(), args...))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatalf("failed to start minikube with args: %q : %v", rr.Command(), err)
|
t.Fatalf("failed to start minikube with args: %q : %v", rr.Command(), err)
|
||||||
|
|
Loading…
Reference in New Issue