Browse Source

[qa] travis: cover *receivedby* rpcs

0.13
MarcoFalke 9 years ago
parent
commit
33b7f83c59
  1. 2
      qa/pull-tester/rpc-tests.py

2
qa/pull-tester/rpc-tests.py

@ -69,6 +69,7 @@ if EXEEXT == ".exe" and "-win" not in opts: @@ -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 = [ @@ -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',

Loading…
Cancel
Save