diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-07-31 17:22:17 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-07-31 17:22:30 +0200 |
commit | cf2cecb18779ce83de9adebf382dff1c19b12840 (patch) | |
tree | 5f73cff389e83127b06c0ea0cc77b91cf91820d2 /qa/pull-tester | |
parent | 6caf3ee061a86d89b965dc8a61a95d1f34015805 (diff) | |
parent | 9bbb414b800cf71f93f15d2cb5d4cf32c72294e6 (diff) |
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 5900fa51e3..e3921cfbed 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', |