use ;
use compress_if_beneficial;
use is_excluded_command;
/// Regression guard: test-runner output must never have its pass/fail summaries
/// compressed or truncated away — even a large, fully-passing run. This is the
/// exact failure where a multi-crate `cargo test` lost its per-binary
/// `test result:` lines and the user had to fall back to LEAN_CTX_RAW=1.