aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAndrew Toth <andrewstoth@gmail.com>2020-03-27 12:09:31 -0400
committerAndrew Toth <andrewstoth@gmail.com>2020-03-27 12:09:31 -0400
commit7524b6479cb20471d827aec5500925c86c62ce1c (patch)
tree6c316fe908df11e7cd298dddc6fbd60e175ff4c3 /test/functional/test_runner.py
parentdcc8332543f8fb6d1bb47cb270fcbb6a814a7d6e (diff)
Add tests for generateblock
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 ce9b37edfb..e59b357d0b 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -171,6 +171,7 @@ BASE_SCRIPTS = [
'wallet_importprunedfunds.py',
'p2p_leak_tx.py',
'rpc_signmessage.py',
+ 'rpc_generateblock.py',
'wallet_balance.py',
'feature_nulldummy.py',
'mempool_accept.py',