Skip to content

Commit 5ad3205

Browse files
committed
Merge #12363: Update README after filename change
8a6c62b [tests] Update README after filename change (Conor Scott) Pull request description: Update test README after filename changes from #11774 Tree-SHA512: 2dd2e4d12e9e8bef4e76996f610aea758d221f8da31e14163168a6a0c635d32fc547542112d43c37fa165c289572b12798caf467fd933082f8eb129f8e5d6ca8
2 parents f6cd41d + 8a6c62b commit 5ad3205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ The ZMQ functional test requires a python ZMQ library. To install it:
3333
Individual tests can be run by directly calling the test script, eg:
3434

3535
```
36-
test/functional/replace-by-fee.py
36+
test/functional/feature_rbf.py
3737
```
3838

3939
or can be run through the test_runner harness, eg:
4040

4141
```
42-
test/functional/test_runner.py replace-by-fee.py
42+
test/functional/test_runner.py feature_rbf.py
4343
```
4444

4545
You can run any combination (incl. duplicates) of tests by calling:

0 commit comments

Comments
 (0)