aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-07-31 17:22:17 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-07-31 17:22:30 +0200
commitcf2cecb18779ce83de9adebf382dff1c19b12840 (patch)
tree5f73cff389e83127b06c0ea0cc77b91cf91820d2 /qa/pull-tester/rpc-tests.py
parent6caf3ee061a86d89b965dc8a61a95d1f34015805 (diff)
parent9bbb414b800cf71f93f15d2cb5d4cf32c72294e6 (diff)
downloadbitcoin-cf2cecb18779ce83de9adebf382dff1c19b12840.tar.xz
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/rpc-tests.py')
-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 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',