Skip to content

Commit 941724b

Browse files
committed
WIP: debugging
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent adb280e commit 941724b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

e2e/cli-plugins/socket_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ func TestPluginSocketCommunication(t *testing.T) {
194194
assert.NilError(t, err, "failed to signal CLI process")
195195
}()
196196
out, err := command.CombinedOutput()
197+
t.Log(string(out))
197198

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

0 commit comments

Comments
 (0)