Svarog 7d69b66c7c
Change --datadir to --appdir and remove symmetrical connection in stability tests (#1617)
* Don't do simetric connects in netsync stability test

* Convert --datadir to --appdir everywhere

Co-authored-by: Ori Newman <orinewman1@gmail.com>
2021-03-17 17:34:03 +02:00

14 lines
371 B
Markdown

# Kaspad Sanity tool
This tries to run kapad with different sets of arguments for sanity.
In order to get clean run for each command, the tool injects its own --appdir
argument so it will be able to clean it between runs, so it's forbidden to use
--appdir as part of the arguments set.
## Running
1. `go install` kaspad and kaspadsanity.
2. `cd run`
3. `./run.sh`