aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorandrewtoth <andrewstoth@gmail.com>2018-12-01 13:00:38 -0500
committerandrewtoth <andrewstoth@gmail.com>2018-12-01 13:00:38 -0500
commitf3f6dde56ead45072864123ed0a2bb04ec584b65 (patch)
treebd205426a215d0bca3f4c07743efd702c2019fe4 /test/functional/test_runner.py
parente982f0b6829abd18f8d6c2dfa490e8f20ac94dfd (diff)
downloadbitcoin-f3f6dde56ead45072864123ed0a2bb04ec584b65.tar.xz
Test coinbase category in wallet 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 1167b4bba2..2abba9c3f9 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -176,6 +176,7 @@ BASE_SCRIPTS = [
'rpc_getblockstats.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
+ 'wallet_coinbase_category.py',
'feature_filelock.py',
'p2p_unrequested_blocks.py',
'feature_includeconf.py',