don't use replace-by-fee.py as example

Signed-off-by: Pasta <pasta@dashboost.org>
This commit is contained in:
Pasta 2019-07-12 11:37:17 -05:00
parent f4736b3829
commit 7e866ed2db
No known key found for this signature in database
GPG Key ID: D362C9F7142766AE

View File

@ -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: Individual tests can be run by directly calling the test script, eg:
``` ```
test/functional/replace-by-fee.py test/functional/wallet-hd.py
``` ```
or can be run through the test_runner harness, eg: or can be run through the test_runner harness, eg:
``` ```
test/functional/test_runner.py replace-by-fee.py test/functional/test_runner.py wallet-hd.py
``` ```
You can run any combination (incl. duplicates) of tests by calling: You can run any combination (incl. duplicates) of tests by calling: