diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-03 10:51:25 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-03 10:51:36 +0100 |
commit | c2d7c6134e282a974f8f6e2a134f0132f90dc2a0 (patch) | |
tree | 929e00e0417b43a874707ea5e49c4d86606e7eba /qa/pull-tester | |
parent | 7eb0667384575bee4089368aec5e9c32a283a148 (diff) | |
parent | 9e56532959939f417d7603aa2a4a2c1687508897 (diff) |
Merge pull request #5407
9e56532 Coinbases-in-mempool regression test (Gavin Andresen)
Diffstat (limited to 'qa/pull-tester')
-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 b888135492..a93b80686b 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -23,6 +23,7 @@ if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then ${BUILDDIR}/qa/rpc-tests/txn_doublespend.py --mineblock --srcdir "${BUILDDIR}/src" ${BUILDDIR}/qa/rpc-tests/getchaintips.py --srcdir "${BUILDDIR}/src" ${BUILDDIR}/qa/rpc-tests/rest.py --srcdir "${BUILDDIR}/src" + ${BUILDDIR}/qa/rpc-tests/mempool_spendcoinbase.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" |