From 4704e5f074e57782d058404a594a7313cf170cf0 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Wed, 13 Jun 2018 21:19:06 +0200 Subject: [QA] add createwallet disableprivatekey test --- test/functional/test_runner.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/functional/test_runner.py') 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', -- cgit v1.2.3