Skip to content

Commit a2d522d

Browse files
broonienuclearcat
authored andcommitted
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>
1 parent 0e661d8 commit a2d522d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

automated/linux/ltp/ltp.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ run_ltp() {
206206
-d ${LTP_TMPDIR} --env LTP_COLORIZE_OUTPUT=0 \
207207
${SKIPFILE_PATH:+--skip-file} ${SKIPFILE_PATH} \
208208
${KIRK_WORKERS:+--workers} ${KIRK_WORKERS} \
209+
--no-colors \
209210
--json-report /tmp/kirk-report.json" \
210211
"tee ${OUTPUT}/LTP_${LOG_FILE}.out"
211212
parse_ltp_json_results "/tmp/kirk-report.json"

0 commit comments

Comments
 (0)