Updated Understanding and debugging Nimbus EVM JSON tests (markdown)

Ștefan Talpalaru 2018-12-07 17:09:14 +01:00
parent 15f8bc3307
commit 823832414e
1 changed files with 2 additions and 1 deletions

@ -18,8 +18,9 @@ nim c -r -o:build/test_generalstate_json tests/test_generalstate_json.nim
Build and run an individual test (with tracing enabled):
```
nim c -r -d:chronicles_log_level=TRACE -o:build/test_generalstate_json tests/test_generalstate_json.nim tests/fixtures/GeneralStateTests/stAttackTest/ContractCreationSpam.json
nim c -r -d:chronicles_log_level=TRACE -d:chronicles_line_numbers -o:build/test_generalstate_json tests/test_generalstate_json.nim tests/fixtures/GeneralStateTests/stAttackTest/ContractCreationSpam.json
```
(this particular test needs to be commented out of "tests/test_generalstate_failing.nim" before running it)
## VMTests