Skip to content

Commit

Permalink
switch to existing logger interface
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <[email protected]>
  • Loading branch information
kensipe committed May 20, 2020
1 parent 9cd69aa commit 1108bbd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/test/utils/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -967,11 +967,6 @@ func GetArgs(ctx context.Context, cmd harness.Command, namespace string, env map
return builtCmd, nil
}

// To keep interfacer linter happy.
type Logfer interface {
Logf(format string, args ...interface{})
}

// RunCommand runs a command with args.
// args gets split on spaces (respecting quoted strings).
// if the command is run in the background a reference to the process is returned for later cleanup
Expand Down

0 comments on commit 1108bbd

Please sign in to comment.