diff options
| author | Jonas Schnelli <[email protected]> | 2015-05-18 15:29:39 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-05-19 16:41:17 +0200 |
| commit | a85b2e221ba52e6885d609f2fcecb30a2274cfb3 (patch) | |
| tree | 094b1e7fef1d6df143cf57eafb6ec01460f81982 | |
| parent | pull-tester/rpc-tests.sh: allow passing throug of arguments (diff) | |
| download | discoin-a85b2e221ba52e6885d609f2fcecb30a2274cfb3.tar.xz discoin-a85b2e221ba52e6885d609f2fcecb30a2274cfb3.zip | |
pull-tester/rpc-tests.sh: disable script_test.py test
| -rwxr-xr-x | qa/pull-tester/rpc-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index 051027966..8ed942643 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -44,7 +44,7 @@ testScriptsExt=( 'receivedby.py' 'reindex.py' 'rpcbind_test.py' - 'script_test.py' +# 'script_test.py' 'smartfees.py' 'maxblocksinflight.py' 'invalidblockrequest.py' |