aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorwhythat <yuri.zhykin@gmail.com>2016-07-25 01:31:05 +0300
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-21 02:43:47 +0000
commitbea02dc3b664d77745f6701ba7c425b1f9f737cd (patch)
treec9d795489624f01d3436085c8ab5b2555b7905b0 /qa/pull-tester
parente111904a76774c9912189f29ad82ad3424905507 (diff)
downloadbitcoin-bea02dc3b664d77745f6701ba7c425b1f9f737cd.tar.xz
[qa]: enable rpcbind_test
Github-Pull: #8400 Rebased-From: 9bbb414b800cf71f93f15d2cb5d4cf32c72294e6
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 05fee51790..d3b4ebb8ec 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',