mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
move-only: Rename index + pruning functional test
This commit is contained in:
@@ -82,6 +82,7 @@ EXTENDED_SCRIPTS = [
|
|||||||
# Longest test should go first, to favor running tests in parallel
|
# Longest test should go first, to favor running tests in parallel
|
||||||
'feature_pruning.py',
|
'feature_pruning.py',
|
||||||
'feature_dbcrash.py',
|
'feature_dbcrash.py',
|
||||||
|
'feature_index_prune.py',
|
||||||
]
|
]
|
||||||
|
|
||||||
BASE_SCRIPTS = [
|
BASE_SCRIPTS = [
|
||||||
@@ -332,7 +333,6 @@ BASE_SCRIPTS = [
|
|||||||
'feature_help.py',
|
'feature_help.py',
|
||||||
'feature_shutdown.py',
|
'feature_shutdown.py',
|
||||||
'p2p_ibd_txrelay.py',
|
'p2p_ibd_txrelay.py',
|
||||||
'feature_blockfilterindex_prune.py'
|
|
||||||
# Don't append tests at the end to avoid merge conflicts
|
# 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
|
# Put them in a random line within the section that fits their approximate run-time
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user