Skip to content

Commit 6bd2a42

Browse files
James Fargherproglottis
James Fargher
authored andcommitted
gitlab-sshd: Log full output in acceptance test
1 parent ded0446 commit 6bd2a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/gitlab-sshd/acceptance_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -489,5 +489,6 @@ func TestGitUploadArchiveSuccess(t *testing.T) {
489489
output, err := io.ReadAll(stdout)
490490
require.NoError(t, err)
491491

492+
t.Logf("output: %q", output)
492493
require.Equal(t, []byte("0000"), output[len(output)-4:])
493494
}

0 commit comments

Comments
 (0)