Browse Source

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.
pull/4/head
Wladimir J. van der Laan 9 years ago
committed by Jack Grigg
parent
commit
bf890b6518
No known key found for this signature in database GPG Key ID: 6A6914DAFBEA00DA
  1. 2
      qa/pull-tester/rpc-tests.sh

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

@ -34,6 +34,7 @@ testScripts=(
'signrawtransactions.py'
'walletbackup.py'
'nodehandling.py'
'reindex.py'
'zcjoinsplit.py'
'zcjoinsplitdoublespend.py'
'getblocktemplate.py'
@ -49,7 +50,6 @@ testScriptsExt=(
'invalidateblock.py'
'keypool.py'
'receivedby.py'
'reindex.py'
'rpcbind_test.py'
# 'script_test.py'
'smartfees.py'

Loading…
Cancel
Save