qa: Add feature_framework_startup_failures.py

This commit is contained in:
Hodlinator
2025-04-21 15:28:39 +02:00
parent 28e282ef9a
commit 10845cd7cc
2 changed files with 174 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env python3
# Copyright (c) 2014-2022 The Bitcoin Core developers
# Copyright (c) 2014-present The Bitcoin Core developers
# Distributed under the MIT software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
"""Run regression test suite.
@@ -410,6 +410,7 @@ BASE_SCRIPTS = [
'p2p_handshake.py --v2transport',
'feature_dirsymlinks.py',
'feature_help.py',
'feature_framework_startup_failures.py',
'feature_shutdown.py',
'wallet_migration.py',
'p2p_ibd_txrelay.py',