Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NiniOak committed Mar 15, 2024
1 parent a3c86a6 commit f19396b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion acceptance/framework/helpers/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ type Command struct {

func RunCommand(t testutil.TestingTB, options *k8s.KubectlOptions, command Command) (string, error) {
t.Helper()
fmt.Printf("executing command: %s %s\n", command.Command, command.Args)
cmd, err := exec.Command(command.Command, command.Args...).CombinedOutput()

// Check and remove finalizers in crds in the namespace
Expand Down

0 comments on commit f19396b

Please sign in to comment.