aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.sh
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-12-01 11:40:02 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2014-12-01 11:49:35 +0100
commit0ddf4416cc8011d788494a0539ccb687cdb03f3d (patch)
treeb88d17ffb86f9357dfb07343fa2632f569624dad /qa/pull-tester/rpc-tests.sh
parentb248a38aa5fdec2e8be31f0b2cbc1c108ed9a9d7 (diff)
parent1b91be49f53936429d16fb841433139a66af6262 (diff)
downloadbitcoin-0ddf4416cc8011d788494a0539ccb687cdb03f3d.tar.xz
Merge pull request #5386
1b91be4 Report status of chain tips (Pieter Wuille)
Diffstat (limited to 'qa/pull-tester/rpc-tests.sh')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index e01e870390..2f1e24b78d 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -20,6 +20,7 @@ if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
${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/getchaintips.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"