Files
bitcoin/src/test/system_tests.cpp
Hennadii Stepanov a1f22a0a6b test: Suppress another unsolicited mock_process/* output
The `mock_process/*` test cases, which serve as helpers for
`system_tests` rather than actual tests, are invoked in a way that
suppresses unsolicited output to stdout or stderr to keep the test
results reproducible.

However, in debug builds, the Windows CRT still prints false-positive
memory leak dumps to stderr.

This change handles this specific case and documents the other
suppressions.
2026-03-13 12:12:26 +00:00

3.7 KiB