Skip to content

Commit

Permalink
review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Nov 26, 2024
1 parent 62525b1 commit 21f96ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/testutils/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func RunIptablesCommand(t *testing.T, host, cmd string) error {

// ExecOnHostStatus executes the given command on the given host and returns on error.
func ExecOnHostStatus(t *testing.T, host, cmd string) error {
t.Helper()
stdOut, stdErr, err := ExecOnHost(host, cmd)
if err != nil {
t.Logf("cnd: {%s}, stdout: {%s}, stderr: {%s}", cmd, stdOut, stdErr)
Expand Down

0 comments on commit 21f96ee

Please sign in to comment.