0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

move-only: Rename index + pruning functional test

This commit is contained in:
Fabian Jahr 2021-05-13 19:33:08 +02:00
parent de08932efa
commit 71c3f0356c
No known key found for this signature in database
GPG key ID: F13D1E9D890798CD
2 changed files with 1 additions and 1 deletions

View file

@ -82,6 +82,7 @@ EXTENDED_SCRIPTS = [
# Longest test should go first, to favor running tests in parallel
'feature_pruning.py',
'feature_dbcrash.py',
'feature_index_prune.py',
]
BASE_SCRIPTS = [
@ -332,7 +333,6 @@ BASE_SCRIPTS = [
'feature_help.py',
'feature_shutdown.py',
'p2p_ibd_txrelay.py',
'feature_blockfilterindex_prune.py'
# Don't append tests at the end to avoid merge conflicts
# Put them in a random line within the section that fits their approximate run-time
]