mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 12:46:44 +00:00
Apply suggestion from @MariusVanDerWijden
This commit is contained in:
parent
c86c5f3388
commit
3f541462d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue