[tests] Update README after filename change
This commit is contained in:
parent
c3451483d2
commit
8a6c62be63
1 changed files with 2 additions and 2 deletions
|
@ -33,13 +33,13 @@ The ZMQ functional test requires a python ZMQ library. To install it:
|
|||
Individual tests can be run by directly calling the test script, eg:
|
||||
|
||||
```
|
||||
test/functional/replace-by-fee.py
|
||||
test/functional/feature_rbf.py
|
||||
```
|
||||
|
||||
or can be run through the test_runner harness, eg:
|
||||
|
||||
```
|
||||
test/functional/test_runner.py replace-by-fee.py
|
||||
test/functional/test_runner.py feature_rbf.py
|
||||
```
|
||||
|
||||
You can run any combination (incl. duplicates) of tests by calling:
|
||||
|
|
Loading…
Reference in a new issue