aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.sh
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2014-12-29 20:17:21 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2015-05-01 15:30:10 +0200
commitbba2216fc14d949e560c83ba0be6cdc3eedfa73f (patch)
tree02e9d80a47d4d7c438ed9c43ffb9a0bdef2bb2b6 /qa/pull-tester/rpc-tests.sh
parentde8e801d3f7c61634b4fdec2a389ca36abbd9e9a (diff)
downloadbitcoin-bba2216fc14d949e560c83ba0be6cdc3eedfa73f.tar.xz
RPC test for "#5418 Report missing inputs in sendrawtransaction"
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 dd2f8d4e5e..caa679e70b 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -29,6 +29,7 @@ testScripts=(
'zapwallettxes.py'
'proxy_test.py'
'merkle_blocks.py'
+ 'rawtransactions.py'
# 'forknotify.py'
);
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then