Skip to content

Commit fafc753

Browse files
author
Quentin Brosse
committed
debug
1 parent b815a11 commit fafc753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/core/testing.go

+1
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ func TestCheckExitCode(expectedCode int) TestCheck {
347347
// TestCheckStderrGolden assert stderr using golden
348348
func TestCheckStderrGolden() TestCheck {
349349
return func(t *testing.T, ctx *CheckFuncCtx) {
350+
fmt.Println("TestCheckStderrGolden>>>>", string(ctx.Stderr))
350351
testGolden(t, getTestFilePath(t, ".stderr.golden"), ctx.Stderr)
351352
}
352353
}

0 commit comments

Comments
 (0)