diff options
author | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-04-01 15:08:00 +0200 |
---|---|---|
committer | Jonas Schnelli <jonas.schnelli@include7.ch> | 2015-05-07 11:05:23 +0200 |
commit | 231072fe7bc4909052e8f84a57101a91e76d9470 (patch) | |
tree | 8b05a1ddc012d31e14ba22a205986918d3e32eeb /qa/pull-tester | |
parent | 40f5e8dc2ab17b34b24ee6e0391e18ae7065cff9 (diff) |
[QA] add multisig rpc tests
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 3 |
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++ )) |