System information
Geth version: 1.11.6-stable
OS & Version: Linux
Expected behaviour
If I run evm --json statetest and pass a state test json, then evm will output per opcode traces, however running evm --json blocktest outputs nothing. The same is true when using --debug instead of --json. I would expect to be able to get json traces for both state and blockchain tests.
Actual behaviour
evm --json blocktest <FILE> and evm --debug blocktest <FILE> output nothing
Steps to reproduce the behaviour
evm --json blocktest <TEST_FILE>