aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-04-01 15:08:00 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-05-07 11:05:23 +0200
commit231072fe7bc4909052e8f84a57101a91e76d9470 (patch)
tree8b05a1ddc012d31e14ba22a205986918d3e32eeb /qa/pull-tester
parent40f5e8dc2ab17b34b24ee6e0391e18ae7065cff9 (diff)
downloadbitcoin-231072fe7bc4909052e8f84a57101a91e76d9470.tar.xz
[QA] add multisig rpc tests
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh
index 4f82263a7a..ecde45059b 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -31,9 +31,10 @@ testScripts=(
'proxy_test.py'
'merkle_blocks.py'
'signrawtransactions.py'
-# 'forknotify.py'
'maxblocksinflight.py'
'invalidblockrequest.py'
+ 'rawtransactions.py'
+# 'forknotify.py'
);
if [ "x${ENABLE_BITCOIND}${ENABLE_UTILS}${ENABLE_WALLET}" = "x111" ]; then
for (( i = 0; i < ${#testScripts[@]}; i++ ))