aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorbrunoerg <brunoely.gc@gmail.com>2022-02-17 09:51:28 -0300
committerbrunoerg <brunoely.gc@gmail.com>2022-09-30 08:26:45 -0300
commitbff05bd7456d3634b0c83539293a753db6d76376 (patch)
treee14d3db47705da1edc7f995599115a19f3efda58 /test/functional/test_runner.py
parent291e363ce500e492475c4ccd189ea1d031c43613 (diff)
downloadbitcoin-bff05bd7456d3634b0c83539293a753db6d76376.tar.xz
test: add functional test for -discover
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index d78c1c634f..c3e6ef0b0a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -277,6 +277,7 @@ BASE_SCRIPTS = [
'feature_dersig.py',
'feature_cltv.py',
'rpc_uptime.py',
+ 'feature_discover.py',
'wallet_resendwallettransactions.py --legacy-wallet',
'wallet_resendwallettransactions.py --descriptors',
'wallet_fallbackfee.py --legacy-wallet',