aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2015-02-03 17:59:41 -0800
committerMatt Corallo <git@bluematt.me>2015-04-23 21:19:15 -0700
commit352ed22c2c34b36824fe84d87969be9de797458c (patch)
tree1c3ea87530c28cf37133ee411b4d8ffd82a56c4a /qa/pull-tester
parent59ed61b3895b022f61970ea7aac0c20e8ba38886 (diff)
downloadbitcoin-352ed22c2c34b36824fe84d87969be9de797458c.tar.xz
Add merkle blocks test
Diffstat (limited to 'qa/pull-tester')
-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 053e8b8a7f..dd2f8d4e5e 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -28,6 +28,7 @@ testScripts=(
'httpbasics.py'
'zapwallettxes.py'
'proxy_test.py'
+ 'merkle_blocks.py'
# 'forknotify.py'
);
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then