Skip to content

Commit

Permalink
WIP: debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jul 4, 2024
1 parent 9253383 commit dff114f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/cli-plugins/socket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ func TestPluginSocketCommunication(t *testing.T) {
assert.NilError(t, err, "failed to signal CLI process")
}()
out, err := command.CombinedOutput()
t.Log(string(out))

var exitError *exec.ExitError
assert.Assert(t, errors.As(err, &exitError))
Expand Down

0 comments on commit dff114f

Please sign in to comment.