aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorglozow <gzhao408@berkeley.edu>2021-02-22 19:32:58 -0800
committerglozow <gzhao408@berkeley.edu>2021-05-24 15:48:32 +0100
commitc4259f4b7ee23ef6e0ec82c5d5b9dfa9cadd5bed (patch)
treec08505b469f437f4d2fee8f55707cdc28ff655e4 /test/functional/test_runner.py
parent9ede34a6f20378e86c5289ebd20dd394a5915123 (diff)
downloadbitcoin-c4259f4b7ee23ef6e0ec82c5d5b9dfa9cadd5bed.tar.xz
[test] functional test for packages in RPCs
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 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',