diff options
| author | Wladimir J. van der Laan <[email protected]> | 2015-06-17 18:06:39 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2015-06-21 01:25:22 +0200 |
| commit | 4f40716dcb61f492f93a781751bfa25f712cba8b (patch) | |
| tree | bb5f20e0a622e647d198fe43576e20e806ce501c | |
| parent | Bugfix: Don't check the genesis block header before accepting it (diff) | |
| download | discoin-4f40716dcb61f492f93a781751bfa25f712cba8b.tar.xz discoin-4f40716dcb61f492f93a781751bfa25f712cba8b.zip | |
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.
| -rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 426d81fa9..0f394094c 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -33,6 +33,7 @@ testScripts=( 'signrawtransactions.py' 'walletbackup.py' 'nodehandling.py' + 'reindex.py' ); testScriptsExt=( 'bipdersig-p2p.py' @@ -44,7 +45,6 @@ testScriptsExt=( 'invalidateblock.py' 'keypool.py' 'receivedby.py' - 'reindex.py' 'rpcbind_test.py' # 'script_test.py' 'smartfees.py' |