Merge pull request #7019

33b7f83 [qa] travis: cover *receivedby* rpcs (MarcoFalke)
This commit is contained in:
Wladimir J. van der Laan 2015-11-20 09:00:58 +01:00
commit 07b770caf3
No known key found for this signature in database
GPG key ID: 74810B012346C9A6

View file

@ -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',