diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-06-13 21:19:06 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2018-07-12 20:32:07 +0100 |
commit | 4704e5f074e57782d058404a594a7313cf170cf0 (patch) | |
tree | 20807d03702e8367a4eb877651c3ec684df4024b /test/functional/test_runner.py | |
parent | c7b8f343e99d9d53ea353ddce9a977f1886caf30 (diff) |
[QA] add createwallet disableprivatekey test
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
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', |