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.
0.13
Wladimir J. van der Laan 9 years ago committed by Jorge Timón
parent
commit
4f40716dcb
  1. 2
      qa/pull-tester/rpc-tests.sh

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

@ -33,6 +33,7 @@ testScripts=( @@ -33,6 +33,7 @@ testScripts=(
'signrawtransactions.py'
'walletbackup.py'
'nodehandling.py'
'reindex.py'
);
testScriptsExt=(
'bipdersig-p2p.py'
@ -44,7 +45,6 @@ testScriptsExt=( @@ -44,7 +45,6 @@ testScriptsExt=(
'invalidateblock.py'
'keypool.py'
'receivedby.py'
'reindex.py'
'rpcbind_test.py'
# 'script_test.py'
'smartfees.py'

Loading…
Cancel
Save