aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-06-17 18:06:39 +0200
committerJorge Timón <jtimon@jtimon.cc>2015-06-21 01:25:22 +0200
commit4f40716dcb61f492f93a781751bfa25f712cba8b (patch)
treebb5f20e0a622e647d198fe43576e20e806ce501c /qa
parent36c97b4e5dbf233734bd1882f8b6822a3bdcee97 (diff)
downloadbitcoin-4f40716dcb61f492f93a781751bfa25f712cba8b.tar.xz
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.
Diffstat (limited to 'qa')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 426d81fa90..0f394094c7 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'