aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-11-20 09:00:58 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-11-20 09:01:07 +0100
commit07b770caf3f57efb5f495661b33eda642e21b785 (patch)
treee2d3e7bf41ed33b02d9de8c4fa40738bfd132df5 /qa
parenta1bfca80521ee99d70bc19a797484275d84e136f (diff)
parent33b7f83c593456c08d2be3edef785bb4a3850368 (diff)
downloadbitcoin-07b770caf3f57efb5f495661b33eda642e21b785.tar.xz
Merge pull request #7019
33b7f83 [qa] travis: cover *receivedby* rpcs (MarcoFalke)
Diffstat (limited to 'qa')
-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 83fc9b8f96..a02a73cd03 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -69,6 +69,7 @@ if EXEEXT == ".exe" and "-win" not in opts:
testScripts = [
'wallet.py',
'listtransactions.py',
+ 'receivedby.py',
'mempool_resurrect_test.py',
'txn_doublespend.py --mineblock',
'txn_clone.py',
@@ -104,7 +105,6 @@ testScriptsExt = [
'forknotify.py',
'invalidateblock.py',
'keypool.py',
- 'receivedby.py',
# 'rpcbind_test.py', #temporary, bug in libevent, see #6655
# 'script_test.py', #used for manual comparison of 2 binaries
'smartfees.py',