diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2014-11-24 15:18:05 -0500 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2014-12-08 14:09:58 -0800 |
commit | 34318d7fad7922ce56ff47908ff70e2c8a42ee56 (patch) | |
tree | 6b7e2c9e7fd3d3b928865937d5f7e6e7f9ea24f1 /qa/pull-tester/rpc-tests.sh | |
parent | 7fd6219af7006fddc4b675236bcd43dd7a9eb553 (diff) |
RPC-test based on invalidateblock for mempool coinbase spends
Diffstat (limited to 'qa/pull-tester/rpc-tests.sh')
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 071935759b..d6ee00bb7d 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -25,6 +25,7 @@ if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then ${BUILDDIR}/qa/rpc-tests/rest.py --srcdir "${BUILDDIR}/src" ${BUILDDIR}/qa/rpc-tests/mempool_spendcoinbase.py --srcdir "${BUILDDIR}/src" ${BUILDDIR}/qa/rpc-tests/httpbasics.py --srcdir "${BUILDDIR}/src" + ${BUILDDIR}/qa/rpc-tests/mempool_coinbase_spends.py --srcdir "${BUILDDIR}/src" #${BUILDDIR}/qa/rpc-tests/forknotify.py --srcdir "${BUILDDIR}/src" else echo "No rpc tests to run. Wallet, utils, and bitcoind must all be enabled" |