Skip to content

Commit

Permalink
fix(revme): statetest remove redundant json output (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jan 14, 2025
1 parent bc44ae1 commit 88c5a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bins/revme/src/cmd/statetest/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ pub fn execute_test_suite(
.with_tx(&tx)
.with_cfg(&cfg)
.with_db(&mut state),
TracerEip3155::new(Box::new(stderr())),
TracerEip3155::new(Box::new(stderr())).without_summary(),
),
inspector_handler(),
);
Expand Down Expand Up @@ -510,7 +510,7 @@ pub fn execute_test_suite(
.with_block(&block)
.with_tx(&tx)
.with_cfg(&cfg),
TracerEip3155::new(Box::new(stderr())),
TracerEip3155::new(Box::new(stderr())).without_summary(),
),
inspector_handler(),
);
Expand Down

0 comments on commit 88c5a94

Please sign in to comment.