test: Move reindex test to standard tests
This test finishes very quickly, so it should be part of the default set of tests in rpc-tests.
This commit is contained in:
committed by
Jack Grigg
parent
5548701eeb
commit
bf890b6518
@@ -34,6 +34,7 @@ testScripts=(
|
|||||||
'signrawtransactions.py'
|
'signrawtransactions.py'
|
||||||
'walletbackup.py'
|
'walletbackup.py'
|
||||||
'nodehandling.py'
|
'nodehandling.py'
|
||||||
|
'reindex.py'
|
||||||
'zcjoinsplit.py'
|
'zcjoinsplit.py'
|
||||||
'zcjoinsplitdoublespend.py'
|
'zcjoinsplitdoublespend.py'
|
||||||
'getblocktemplate.py'
|
'getblocktemplate.py'
|
||||||
@@ -49,7 +50,6 @@ testScriptsExt=(
|
|||||||
'invalidateblock.py'
|
'invalidateblock.py'
|
||||||
'keypool.py'
|
'keypool.py'
|
||||||
'receivedby.py'
|
'receivedby.py'
|
||||||
'reindex.py'
|
|
||||||
'rpcbind_test.py'
|
'rpcbind_test.py'
|
||||||
# 'script_test.py'
|
# 'script_test.py'
|
||||||
'smartfees.py'
|
'smartfees.py'
|
||||||
|
|||||||
Reference in New Issue
Block a user