Merge cfe5da4c90 into merged_master (Bitcoin PR bitcoin/bitcoin#27542)

This commit is contained in:
Byron Hambly 2025-05-15 13:11:36 +02:00
commit 1e701bbe64

View file

@ -69,11 +69,14 @@ if os.name != 'nt' or sys.getwindowsversion() >= (10, 0, 14393): # type: ignore[
TEST_EXIT_PASSED = 0
TEST_EXIT_SKIPPED = 77
# List of framework modules containing unit tests. Should be kept in sync with
# the output of `git grep unittest.TestCase ./test/functional/test_framework`
TEST_FRAMEWORK_MODULES = [
"address",
"blocktools",
"muhash",
"key",
"ripemd160",
"script",
"segwit_addr",
"util",