mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
13748512f6
Problem ------- Because test/busted/outputHandlers/nvim.lua doesn't know if it's running in a terminal (no "isatty" equivalent), it outputs color codes in CI logs and local tooling that runs the tests in a pipe: [1m[33m[ SKIPPED ][0m[0m [36m This is just noise, hard for humans to read. Solution -------- Disable the color codes. If we later find a clever way to detect a terminal in nvim.lua, we might consider re-enabling colors, but that would still affect the CI build logs... |
||
---|---|---|
.. | ||
outputHandlers |