aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorwhythat <[email protected]>2016-07-25 01:31:05 +0300
committerwhythat <[email protected]>2016-07-25 01:31:05 +0300
commit9bbb414b800cf71f93f15d2cb5d4cf32c72294e6 (patch)
tree48cd8b9726e5a859c2a5cfee465c3517de398ea0 /qa/pull-tester
parent[qa]: add parsing for '<host>:<port>' argument form to rpc_url() (diff)
downloaddiscoin-9bbb414b800cf71f93f15d2cb5d4cf32c72294e6.tar.xz
discoin-9bbb414b800cf71f93f15d2cb5d4cf32c72294e6.zip
[qa]: enable rpcbind_test
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 11b83bac1..84ab9d92c 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -158,7 +158,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',