diff options
author | whythat <yuri.zhykin@gmail.com> | 2016-07-25 01:31:05 +0300 |
---|---|---|
committer | whythat <yuri.zhykin@gmail.com> | 2016-07-25 01:31:05 +0300 |
commit | 9bbb414b800cf71f93f15d2cb5d4cf32c72294e6 (patch) | |
tree | 48cd8b9726e5a859c2a5cfee465c3517de398ea0 /qa/pull-tester/rpc-tests.py | |
parent | 0ff4375c93bd159233282de5a33ad2e6c1e79841 (diff) |
[qa]: enable rpcbind_test
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-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 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', |