neovim/test/busted/outputHandlers
Justin M. Keyes 13748512f6
test(busted): disable colors in test-runner output #15610
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[ SKIPPED ] 

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...
2021-09-09 09:18:43 -07:00
..
nvim.lua test(busted): disable colors in test-runner output #15610 2021-09-09 09:18:43 -07:00
TAP.lua test/LSP: assert contents of log file 2020-02-16 22:09:28 -08:00