diff options
author | glozow <gzhao408@berkeley.edu> | 2021-02-22 19:32:58 -0800 |
---|---|---|
committer | glozow <gzhao408@berkeley.edu> | 2021-05-24 15:48:32 +0100 |
commit | c4259f4b7ee23ef6e0ec82c5d5b9dfa9cadd5bed (patch) | |
tree | c08505b469f437f4d2fee8f55707cdc28ff655e4 /test/functional/test_runner.py | |
parent | 9ede34a6f20378e86c5289ebd20dd394a5915123 (diff) |
[test] functional test for packages in RPCs
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 00527e78f1..49f269f8b4 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -211,6 +211,7 @@ BASE_SCRIPTS = [ 'mempool_package_onemore.py', 'rpc_createmultisig.py --legacy-wallet', 'rpc_createmultisig.py --descriptors', + 'rpc_packages.py', 'feature_versionbits_warning.py', 'rpc_preciousblock.py', 'wallet_importprunedfunds.py --legacy-wallet', |