aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2018-06-13 21:19:06 +0200
committerJonas Schnelli <dev@jonasschnelli.ch>2018-07-12 20:32:07 +0100
commit4704e5f074e57782d058404a594a7313cf170cf0 (patch)
tree20807d03702e8367a4eb877651c3ec684df4024b /test/functional/test_runner.py
parentc7b8f343e99d9d53ea353ddce9a977f1886caf30 (diff)
downloadbitcoin-4704e5f074e57782d058404a594a7313cf170cf0.tar.xz
[QA] add createwallet disableprivatekey test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index c3a5468296..da44e6ede9 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -98,6 +98,8 @@ BASE_SCRIPTS = [
'mempool_persist.py',
'wallet_multiwallet.py',
'wallet_multiwallet.py --usecli',
+ 'wallet_disableprivatekeys.py',
+ 'wallet_disableprivatekeys.py --usecli',
'interface_http.py',
'rpc_users.py',
'feature_proxy.py',