commit | 260e212342aab37bfb66bb384709f5140c026859 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Wed Jun 18 11:56:13 2025 +0100 |
committer | Anders Roxell <anders.roxell@gmail.com> | Wed Jun 18 13:49:22 2025 +0200 |
tree | 6dc8fd25848a1e46c945be31a2bdb258ec3bc954 | |
parent | 7639dc22230f2130d127a54dea43bff145c1be6a [diff] |
automated: linux: ltp: Disable colour output from kirk By default kirk produces colourised output which results in escape sequences going into the console log. Since the primary use of test-definitions is automated this isn't terribly useful and results in logs that are harder to read. Pass the --no-colors option to disable this output. Signed-off-by: Mark Brown <broonie@kernel.org>