mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
[qa] travis: cover *receivedby* rpcs
This commit is contained in:
parent
bd629d77ed
commit
33b7f83c59
1 changed files with 1 additions and 1 deletions
|
|
@ -69,6 +69,7 @@ if EXEEXT == ".exe" and "-win" not in opts:
|
||||||
testScripts = [
|
testScripts = [
|
||||||
'wallet.py',
|
'wallet.py',
|
||||||
'listtransactions.py',
|
'listtransactions.py',
|
||||||
|
'receivedby.py',
|
||||||
'mempool_resurrect_test.py',
|
'mempool_resurrect_test.py',
|
||||||
'txn_doublespend.py --mineblock',
|
'txn_doublespend.py --mineblock',
|
||||||
'txn_clone.py',
|
'txn_clone.py',
|
||||||
|
|
@ -104,7 +105,6 @@ testScriptsExt = [
|
||||||
'forknotify.py',
|
'forknotify.py',
|
||||||
'invalidateblock.py',
|
'invalidateblock.py',
|
||||||
'keypool.py',
|
'keypool.py',
|
||||||
'receivedby.py',
|
|
||||||
# 'rpcbind_test.py', #temporary, bug in libevent, see #6655
|
# 'rpcbind_test.py', #temporary, bug in libevent, see #6655
|
||||||
# 'script_test.py', #used for manual comparison of 2 binaries
|
# 'script_test.py', #used for manual comparison of 2 binaries
|
||||||
'smartfees.py',
|
'smartfees.py',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue