You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(unit tests): respect color flag for tests (#23957)
* feat: disable test color on flag
* chore: changelog
* feat: generalized formating vrl diagnostics to a single lib function
* fix: correct name for multiple diacgnostics
* fix: period for the error event log
Disable ANSI color for `vector test` when running non-interactively. Honor `--color {auto|always|never}` and `VECTOR_COLOR`; VRL diagnostics no longer include ANSI sequences when color is disabled.
0 commit comments