Apply suggestion from @MariusVanDerWijden

This commit is contained in:
Marius van der Wijden 2025-10-15 14:38:09 +02:00 committed by GitHub
parent c86c5f3388
commit 3f541462d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -139,7 +139,7 @@ func runBlockTest(ctx *cli.Context, fname string) ([]testResult, error) {
result.Root = finalRoot
}
// When tracing, write end marker to delimit trace output for this test
// When fuzzing, write results after every block
if ctx.IsSet(FuzzFlag.Name) {
report(ctx, []testResult{*result})
}