diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-06-30 14:49:59 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-07-15 20:18:11 +0200 |
commit | fae596f0e421148b797197baff089a87b3193dbd (patch) | |
tree | 4c2a8a9dbe33901ce14b1e8412157511d4b1b239 /qa/pull-tester | |
parent | 3685e0c1da296be533fef4abcf1b1734ed7d85e7 (diff) |
[qa] Sort scripts by time for pull_tester and don't overwrite setup_chain
Diffstat (limited to 'qa/pull-tester')
-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 37979a933f..2aa131041a 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', ] |