diff options
| author | MarcoFalke <[email protected]> | 2016-07-31 17:22:17 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-07-31 17:22:30 +0200 |
| commit | cf2cecb18779ce83de9adebf382dff1c19b12840 (patch) | |
| tree | 5f73cff389e83127b06c0ea0cc77b91cf91820d2 /qa/pull-tester | |
| parent | Merge #8238: [WIP][depends] ZeroMQ 4.1.5 && ZMQ on Windows (diff) | |
| parent | [qa]: enable rpcbind_test (diff) | |
| download | discoin-cf2cecb18779ce83de9adebf382dff1c19b12840.tar.xz discoin-cf2cecb18779ce83de9adebf382dff1c19b12840.zip | |
Merge #8400: [qa]: enable rpcbind_test
9bbb414 [qa]: enable rpcbind_test (whythat)
0ff4375 [qa]: add parsing for '<host>:<port>' argument form to rpc_url() (whythat)
Diffstat (limited to 'qa/pull-tester')
| -rwxr-xr-x | qa/pull-tester/rpc-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 5900fa51e..e3921cfbe 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -159,7 +159,7 @@ testScriptsExt = [ 'txn_clone.py --mineblock', 'forknotify.py', 'invalidateblock.py', -# 'rpcbind_test.py', #temporary, bug in libevent, see #6655 + 'rpcbind_test.py', 'smartfees.py', 'maxblocksinflight.py', 'p2p-acceptblock.py', |