From 92af71cea92f8a5185b44e63684b87da9d7ad8a8 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Thu, 25 Dec 2014 11:43:52 +0000 Subject: configure: Make it possible to build only one of bitcoin-cli or bitcoin-tx --- test/functional/test_framework/test_framework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/test_framework') diff --git a/test/functional/test_framework/test_framework.py b/test/functional/test_framework/test_framework.py index 57c985b2a2..7d4e50c663 100755 --- a/test/functional/test_framework/test_framework.py +++ b/test/functional/test_framework/test_framework.py @@ -525,7 +525,7 @@ class BitcoinTestFramework(metaclass=BitcoinTestMetaClass): config = configparser.ConfigParser() config.read_file(open(self.options.configfile)) - return config["components"].getboolean("ENABLE_UTILS") + return config["components"].getboolean("ENABLE_CLI") def is_wallet_compiled(self): """Checks whether the wallet module was compiled.""" -- cgit v1.2.3