aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorwhythat <yuri.zhykin@gmail.com>2016-07-25 01:31:05 +0300
committerwhythat <yuri.zhykin@gmail.com>2016-07-25 01:31:05 +0300
commit9bbb414b800cf71f93f15d2cb5d4cf32c72294e6 (patch)
tree48cd8b9726e5a859c2a5cfee465c3517de398ea0 /qa/pull-tester
parent0ff4375c93bd159233282de5a33ad2e6c1e79841 (diff)
downloadbitcoin-9bbb414b800cf71f93f15d2cb5d4cf32c72294e6.tar.xz
[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 11b83bac14..84ab9d92c5 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',