]> git.ipfire.org Git - thirdparty/vim.git/commit
ci: syntax tests spam output
authorYee Cheng Chin <ychin.git@gmail.com>
Tue, 11 Feb 2025 19:16:11 +0000 (20:16 +0100)
committerChristian Brabandt <cb@256bit.org>
Tue, 11 Feb 2025 19:16:11 +0000 (20:16 +0100)
commit58818281045fab3ab5b08f76c5745a0f71ba5ba2
tree9193c847e11399a1b60b912c713b5175ed9c39b8
parent8cc725e9276d9bc314ca9cf1cb753dc8c9483181
ci: syntax tests spam output

Currently syntax tests outputs all the Vim commands to the console,
which is annoying for a local developer but also makes the CI output
impossible to parse and just printing all the terminal output comes with
a performance penalty.

So let's just simply redirect all output to /dev/null similar to what
the script tests do.

This can be turned off locally for someone diagnosing issues but it
should not be the default behavior to output all terminal control
sequences to output in CI.

closes: #16612

Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/syntax/Makefile