diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-26 15:40:22 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-06-26 15:40:59 +0200 |
commit | 24f24896d602bef3323c5ff66bbccc92448e89d5 (patch) | |
tree | b1483c6100918e3e72c03c80c00fafec2b597644 /qa/pull-tester/rpc-tests.sh | |
parent | 41076aad0cbdfa4c4cf376e345114a5c29086f81 (diff) | |
parent | 4f40716dcb61f492f93a781751bfa25f712cba8b (diff) |
Merge pull request #6299
4f40716 test: Move reindex test to standard tests (Wladimir J. van der Laan)
36c97b4 Bugfix: Don't check the genesis block header before accepting it (Jorge Timón)
Diffstat (limited to 'qa/pull-tester/rpc-tests.sh')
-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 d9a72fae2d..2a7caf98de 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -34,6 +34,7 @@ testScripts=( 'signrawtransactions.py' 'walletbackup.py' 'nodehandling.py' + 'reindex.py' ); testScriptsExt=( 'bipdersig-p2p.py' @@ -45,7 +46,6 @@ testScriptsExt=( 'invalidateblock.py' 'keypool.py' 'receivedby.py' - 'reindex.py' 'rpcbind_test.py' # 'script_test.py' 'smartfees.py' |