SIGN IN SIGN UP

fix: set CARGO_TERM_COLOR=never in tests (#17533)

When checking stdout/err, color codes will get in the way of the simple
comparisons that are performed during tests. Anyone setting
CARGO_TERM_COLOR=always will experience test failures as a result. This
forcibly disables coloring for those tests that rely on doing a direct
comparison.

changelog: none
D
dswij committed
048350b50e4bcee166fd3f2638fd3deb14a4d28e
Committed by GitHub <noreply@github.com> on 8/10/2026, 9:38:35 AM