diff options
| author | whythat <[email protected]> | 2016-07-25 01:31:05 +0300 |
|---|---|---|
| committer | whythat <[email protected]> | 2016-07-25 01:31:05 +0300 |
| commit | 9bbb414b800cf71f93f15d2cb5d4cf32c72294e6 (patch) | |
| tree | 48cd8b9726e5a859c2a5cfee465c3517de398ea0 /qa/pull-tester | |
| parent | [qa]: add parsing for '<host>:<port>' argument form to rpc_url() (diff) | |
| download | discoin-9bbb414b800cf71f93f15d2cb5d4cf32c72294e6.tar.xz discoin-9bbb414b800cf71f93f15d2cb5d4cf32c72294e6.zip | |
[qa]: enable rpcbind_test
Diffstat (limited to 'qa/pull-tester')
| -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 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', |