diff options
| author | Gavin Andresen <[email protected]> | 2014-03-13 17:51:05 -0400 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-24 19:14:51 +0100 |
| commit | d138598f63cc980c1333e7c63a95b19e6b279025 (patch) | |
| tree | 6cb03d8cacb23eca0979e4d3bfab888c4b056780 /qa/rpc-tests/python-bitcoinrpc/bitcoinrpc/.gitignore | |
| parent | Merge pull request #3927 (diff) | |
| download | discoin-d138598f63cc980c1333e7c63a95b19e6b279025.tar.xz discoin-d138598f63cc980c1333e7c63a95b19e6b279025.zip | |
Fix regression tests
Taught bitcoind to close the HTTP connection after it gets a 'stop' command,
to make it easier for the regression tests to cleanly stop.
Move bitcoinrpc files to correct location.
Tidied up the python-based regression tests.
Diffstat (limited to 'qa/rpc-tests/python-bitcoinrpc/bitcoinrpc/.gitignore')
| -rw-r--r-- | qa/rpc-tests/python-bitcoinrpc/bitcoinrpc/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/rpc-tests/python-bitcoinrpc/bitcoinrpc/.gitignore b/qa/rpc-tests/python-bitcoinrpc/bitcoinrpc/.gitignore new file mode 100644 index 000000000..0d20b6487 --- /dev/null +++ b/qa/rpc-tests/python-bitcoinrpc/bitcoinrpc/.gitignore @@ -0,0 +1 @@ +*.pyc |