aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2015-11-14 21:44:35 +0100
committerMarcoFalke <[email protected]>2015-11-14 22:33:13 +0100
commit33b7f83c593456c08d2be3edef785bb4a3850368 (patch)
tree94fd43cd44e84a4ecf00067ce84ea5d49d56d63a
parentMerge pull request #6639 (diff)
downloaddiscoin-33b7f83c593456c08d2be3edef785bb4a3850368.tar.xz
discoin-33b7f83c593456c08d2be3edef785bb4a3850368.zip
[qa] travis: cover *receivedby* rpcs
-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 83fc9b8f9..a02a73cd0 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',