diff options
| author | Conor Scott <[email protected]> | 2018-02-06 17:57:32 +0400 |
|---|---|---|
| committer | Conor Scott <[email protected]> | 2018-02-06 17:57:32 +0400 |
| commit | 8a6c62be636fb1bbdc4c5915c1d3bf969524b20a (patch) | |
| tree | 209d2ccfa71e63a42c4138d6ac250aeec4892d34 | |
| parent | Merge #12322: Docs: Remove step making cloned repository world-writable for W... (diff) | |
| download | discoin-8a6c62be636fb1bbdc4c5915c1d3bf969524b20a.tar.xz discoin-8a6c62be636fb1bbdc4c5915c1d3bf969524b20a.zip | |
[tests] Update README after filename change
| -rw-r--r-- | test/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/README.md b/test/README.md index b59c8db4e..b522c4469 100644 --- a/test/README.md +++ b/test/README.md @@ -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: |