Skip to content

Commit

Permalink
fix(revme): Print one json outcome in statetest (bluealloy#1347)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Apr 21, 2024
1 parent 76e22ba commit 1ca3d39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bins/revme/src/cmd/statetest/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,9 @@ pub fn execute_test_suite(
let (e, exec_result) = if trace {
let mut evm = evm
.modify()
.reset_handler_with_external_context(TracerEip3155::new(Box::new(stderr())))
.reset_handler_with_external_context(
TracerEip3155::new(Box::new(stderr())).without_summary(),
)
.append_handler_register(inspector_handle_register)
.build();

Expand Down

0 comments on commit 1ca3d39

Please sign in to comment.