Merge pull request #10491 from priyawadhwa/skaffold-flag
Set --interactive=false flag on skaffold testpull/10454/head
commit
3bdb549339
|
@ -95,7 +95,7 @@ func TestSkaffold(t *testing.T) {
|
|||
}()
|
||||
|
||||
// make sure "skaffold run" exits without failure
|
||||
cmd := exec.CommandContext(ctx, tf.Name(), "run", "--minikube-profile", profile, "--kube-context", profile, "--status-check=true", "--port-forward=false")
|
||||
cmd := exec.CommandContext(ctx, tf.Name(), "run", "--minikube-profile", profile, "--kube-context", profile, "--status-check=true", "--port-forward=false", "--interactive=false")
|
||||
cmd.Dir = "testdata/skaffold"
|
||||
rr, err = Run(t, cmd)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue