diff options
author | Bruno Garcia <brunoely.gc@gmail.com> | 2021-11-14 15:00:29 +0100 |
---|---|---|
committer | brunoerg <brunoely.gc@gmail.com> | 2021-12-24 08:41:43 -0300 |
commit | 126853214a490ee840e83ca17c717c40cfbe6837 (patch) | |
tree | 40e3d53ec8f0c3de29481c2fa98445aca0a8f5f3 /test/functional/test_runner.py | |
parent | 41a1b5f58ca59d2177dcadf834efd187fa3fba52 (diff) |
test: add functional test for -startupnotify
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 37fc549922..528f8db7bb 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -253,6 +253,7 @@ BASE_SCRIPTS = [ 'wallet_bumpfee.py --descriptors', 'wallet_implicitsegwit.py --legacy-wallet', 'rpc_named_arguments.py', + 'feature_startupnotify.py', 'wallet_listsinceblock.py --legacy-wallet', 'wallet_listsinceblock.py --descriptors', 'wallet_listdescriptors.py --descriptors', |