From 823832414e7ab67881b5b0ba81d24426d98f666f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 7 Dec 2018 17:09:14 +0100 Subject: [PATCH] Updated Understanding and debugging Nimbus EVM JSON tests (markdown) --- Understanding-and-debugging-Nimbus-EVM-JSON-tests.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md index c3443ff..30eca2a 100644 --- a/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md +++ b/Understanding-and-debugging-Nimbus-EVM-JSON-tests.md @@ -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