diff options
| author | John Newbery <[email protected]> | 2017-01-30 14:57:27 -0800 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2017-01-31 18:03:14 -0800 |
| commit | 1581ecbc33edd9d6257e50b11d8854fbccaf8ad8 (patch) | |
| tree | 630822a42a8ccb6798efed9e3beeca675e265ba9 /Makefile.am | |
| parent | Merge #9638: qa: Actually test assertions in pruning.py (diff) | |
| download | discoin-1581ecbc33edd9d6257e50b11d8854fbccaf8ad8.tar.xz discoin-1581ecbc33edd9d6257e50b11d8854fbccaf8ad8.zip | |
Use configparser in rpc-tests.py
Remove the use of wildcard imports in rpc-tests.py and replace with
configparser.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6a8c1b761..1ee2dfb73 100644 --- a/Makefile.am +++ b/Makefile.am @@ -227,9 +227,6 @@ EXTRA_DIST = $(top_srcdir)/share/genbuild.sh qa/pull-tester/rpc-tests.py qa/rpc- CLEANFILES = $(OSX_DMG) $(BITCOIN_WIN_INSTALLER) -# This file is problematic for out-of-tree builds if it exists. -DISTCLEANFILES = qa/pull-tester/tests_config.pyc - .INTERMEDIATE: $(COVERAGE_INFO) DISTCHECK_CONFIGURE_FLAGS = --enable-man |