From 7e866ed2db88201959e70790cec249bef0461285 Mon Sep 17 00:00:00 2001 From: Pasta Date: Fri, 12 Jul 2019 11:37:17 -0500 Subject: [PATCH] don't use replace-by-fee.py as example Signed-off-by: Pasta --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index fc073cf01a..f0d4715f51 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/wallet-hd.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 wallet-hd.py ``` You can run any combination (incl. duplicates) of tests by calling: