forked from dashpay/dash
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin#9657: Improve rpc-tests.py
a6a3e58 Various review markups for rpc-tests.py improvements (John Newbery) 3de3ccd Refactor rpc-tests.py (John Newbery) afd38e7 Improve rpc-tests.py arguments (John Newbery) 91bffff Use argparse in rpc_tests.py (John Newbery) 1581ecb Use configparser in rpc-tests.py (John Newbery)
- Loading branch information
Showing
5 changed files
with
152 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Copyright (c) 2013-2016 The Bitcoin Core developers | ||
# Distributed under the MIT software license, see the accompanying | ||
# file COPYING or http://www.opensource.org/licenses/mit-license.php. | ||
|
||
# These environment variables are set by the build process and read by | ||
# rpc-tests.py | ||
|
||
[environment] | ||
SRCDIR=@abs_top_srcdir@ | ||
BUILDDIR=@abs_top_builddir@ | ||
EXEEXT=@EXEEXT@ | ||
|
||
[components] | ||
# Which components are enabled. These are commented out by `configure` if they were disabled when running config. | ||
@ENABLE_WALLET_TRUE@ENABLE_WALLET=true | ||
@BUILD_BITCOIN_UTILS_TRUE@ENABLE_UTILS=true | ||
@BUILD_BITCOIND_TRUE@ENABLE_BITCOIND=true | ||
@ENABLE_ZMQ_TRUE@ENABLE_ZMQ=true |
Oops, something went wrong.