Update usage guides

This commit is contained in:
Omar Abdulla
2025-09-02 18:55:31 +03:00
parent 1ec1778e32
commit 762b45ffd1
3 changed files with 40 additions and 26 deletions
+4 -3
View File
@@ -187,10 +187,11 @@ The above corpus file instructs the tool to look for all of the test cases conta
The simplest command to run this tool is the following:
```bash
RUST_LOG="info" cargo run --release -- \
RUST_LOG="info" cargo run --release -- execute-tests \
--follower geth \
--corpus path_to_your_corpus_file.json \
--workdir path_to_a_temporary_directory_to_cache_things_in \
--number-of-nodes 5 \
--working-directory path_to_a_temporary_directory_to_cache_things_in \
--concurrency.number-of-nodes 5 \
> logs.log \
2> output.log
```