aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-11-21 13:12:02 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-11-21 13:43:48 +0100
commit9c3572b0ab2e941fee04a9f323293abc219c0634 (patch)
tree6fe0d03ac6572d008273db4634e1a43675a2faf0 /qa/pull-tester
parent4a106eeb33832c822c59aa365b718fd358c99643 (diff)
parent8656dbb095bc392d8d348bb68124696a033997f8 (diff)
downloadbitcoin-9c3572b0ab2e941fee04a9f323293abc219c0634.tar.xz
Merge pull request #5317
8656dbb Port/fix txnmall.sh regression test (Gavin Andresen)
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 0b5ad20642..cc24a67c08 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -18,6 +18,8 @@ fi
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
${BUILDDIR}/qa/rpc-tests/wallet.sh "${BUILDDIR}/src"
${BUILDDIR}/qa/rpc-tests/listtransactions.py --srcdir "${BUILDDIR}/src"
+ ${BUILDDIR}/qa/rpc-tests/txn_doublespend.py --srcdir "${BUILDDIR}/src"
+ ${BUILDDIR}/qa/rpc-tests/txn_doublespend.py --mineblock --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"