diff options
author | mruddy <mruddy@users.noreply.github.com> | 2015-06-30 09:40:44 -0400 |
---|---|---|
committer | mruddy <mruddy@users.noreply.github.com> | 2015-06-30 09:45:49 -0400 |
commit | 70ae43e9b7858d03cd64d07bd310f9c85f5b3ee5 (patch) | |
tree | 8080d97b4fcabf83a91eb82ac1d463a83cad0381 /qa/pull-tester/rpc-tests.sh | |
parent | 0564c5b795d1be675a0ac0a2e8038db0970ac376 (diff) |
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/rpc-tests.sh')
-rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 1 |
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' |