diff options
| author | MarcoFalke <[email protected]> | 2016-06-30 14:49:59 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-07-15 20:18:11 +0200 |
| commit | fae596f0e421148b797197baff089a87b3193dbd (patch) | |
| tree | 4c2a8a9dbe33901ce14b1e8412157511d4b1b239 /qa/pull-tester/rpc-tests.py | |
| parent | Merge #8261: The bit field is shown only when status is "started" (diff) | |
| download | discoin-fae596f0e421148b797197baff089a87b3193dbd.tar.xz discoin-fae596f0e421148b797197baff089a87b3193dbd.zip | |
[qa] Sort scripts by time for pull_tester and don't overwrite setup_chain
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
| -rwxr-xr-x | qa/pull-tester/rpc-tests.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index 37979a933..2aa131041 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -110,6 +110,8 @@ testScripts = [ 'receivedby.py', 'mempool_resurrect_test.py', 'txn_doublespend.py --mineblock', + 'p2p-segwit.py', + 'segwit.py', 'txn_clone.py', 'getchaintips.py', 'rawtransactions.py', @@ -131,13 +133,12 @@ testScripts = [ 'disablewallet.py', 'sendheaders.py', 'keypool.py', + 'p2p-mempool.py', 'prioritise_transaction.py', 'invalidblockrequest.py', 'invalidtxrequest.py', 'abandonconflict.py', 'p2p-versionbits-warning.py', - 'p2p-segwit.py', - 'segwit.py', 'importprunedfunds.py', 'signmessages.py', ] |