aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2017-05-03 16:51:51 +0200
committerJohn Newbery <john@johnnewbery.com>2017-08-10 13:50:16 -0400
commitd34957e17e8c9740104533aaf4a896e93548c87e (patch)
treed16aab19e70d070be543b25143e5cb6ed6859ea8 /test/functional/test_runner.py
parent095142d1f93f39ad2b88dbe8d40140223a1b3900 (diff)
downloadbitcoin-d34957e17e8c9740104533aaf4a896e93548c87e.tar.xz
[wallet] [tests] Add keypool topup functional test
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 a043560ea8..23bb411029 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -79,6 +79,7 @@ BASE_SCRIPTS= [
'rawtransactions.py',
'reindex.py',
# vv Tests less than 30s vv
+ 'keypool-topup.py',
'zmq_test.py',
'mempool_resurrect_test.py',
'txn_doublespend.py --mineblock',