Skip to content

Commit

Permalink
Merge pull request #10491 from priyawadhwa/skaffold-flag
Browse files Browse the repository at this point in the history
Set --interactive=false flag on skaffold test
  • Loading branch information
medyagh authored Feb 16, 2021
2 parents eaaa51c + 1c8753d commit 3bdb549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/skaffold_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3bdb549

Please sign in to comment.