fix test docs
This commit is contained in:
@@ -18,9 +18,9 @@ Possible options:
|
|||||||
|
|
||||||
```
|
```
|
||||||
-h, --help show this help message and exit
|
-h, --help show this help message and exit
|
||||||
--nocleanup Leave bitcoinds and test.* datadir on exit or error
|
--nocleanup Leave komodods and test.* datadir on exit or error
|
||||||
--noshutdown Don't stop bitcoinds after the test execution
|
--noshutdown Don't stop komodods after the test execution
|
||||||
--srcdir=SRCDIR Source directory containing bitcoind/bitcoin-cli (default:
|
--srcdir=SRCDIR Source directory containing komodod/komodo-cli (default:
|
||||||
../../src)
|
../../src)
|
||||||
--tmpdir=TMPDIR Root directory for datadirs
|
--tmpdir=TMPDIR Root directory for datadirs
|
||||||
--tracerpc Print out all RPC calls as they are made
|
--tracerpc Print out all RPC calls as they are made
|
||||||
@@ -31,7 +31,7 @@ If you set the environment variable `PYTHON_DEBUG=1` you will get some debug out
|
|||||||
A 200-block -regtest blockchain and wallets for four nodes
|
A 200-block -regtest blockchain and wallets for four nodes
|
||||||
is created the first time a regression test is run and
|
is created the first time a regression test is run and
|
||||||
is stored in the cache/ directory. Each node has the miner
|
is stored in the cache/ directory. Each node has the miner
|
||||||
subsidy from 25 mature blocks (25*10=250 ZEC) in its wallet.
|
subsidy from 25 mature blocks (25*10=250 KMD) in its wallet.
|
||||||
|
|
||||||
After the first run, the cache/ blockchain and wallets are
|
After the first run, the cache/ blockchain and wallets are
|
||||||
copied into a temporary directory and used as the initial
|
copied into a temporary directory and used as the initial
|
||||||
@@ -42,5 +42,5 @@ to recover with:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
rm -rf cache
|
rm -rf cache
|
||||||
killall zcashd
|
killall komodod
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user