aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authormruddy <mruddy@users.noreply.github.com>2015-06-30 09:40:44 -0400
committermruddy <mruddy@users.noreply.github.com>2015-06-30 09:45:49 -0400
commit70ae43e9b7858d03cd64d07bd310f9c85f5b3ee5 (patch)
tree8080d97b4fcabf83a91eb82ac1d463a83cad0381 /qa/pull-tester
parent0564c5b795d1be675a0ac0a2e8038db0970ac376 (diff)
downloadbitcoin-70ae43e9b7858d03cd64d07bd310f9c85f5b3ee5.tar.xz
add tests for the decodescript rpc. add mention of the rpc regression tests to the testing seciton of the main readme.
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 2a7caf98de..c032f8a038 100755
--- a/qa/pull-tester/rpc-tests.sh
+++ b/qa/pull-tester/rpc-tests.sh
@@ -35,6 +35,7 @@ testScripts=(
'walletbackup.py'
'nodehandling.py'
'reindex.py'
+ 'decodescript.py'
);
testScriptsExt=(
'bipdersig-p2p.py'