Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/src/revme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Revm can run statetest type of tests with `revme` using the following command:

For running EEST tests, we can use the `./scripts/run-tests.sh.`

For legacy tests, we need to first to download the repo `git clone https://github.com/ethereum/legacytests` and run then run it with `cargo run --release -p revme -- statetest legacytests/Cancun/GeneralStateTests `
For legacy tests, we need to first to download the repo `git clone https://github.com/ethereum/legacytests` and then run it with `cargo run --release -p revme -- statetest legacytests/Cancun/GeneralStateTests `
All statetest that can be run by revme can be found in the `GeneralStateTests` folder.