kunit: tool: Do not colorize output when redirected
authorKees Cook <keescook@chromium.org>
Thu, 24 Feb 2022 05:53:50 +0000 (21:53 -0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 4 Apr 2022 21:23:50 +0000 (15:23 -0600)
commitd34f82d67d2b1bdbed6bf343f0c9e6d828438976
treec2a81bf20a04c6fcd4e138bbd811c97539514ade
parent885210d348f71e14b91bdf626d5d9039bf1afb03
kunit: tool: Do not colorize output when redirected

Filling log files with color codes makes diffs and other comparisons
difficult. Only emit vt100 codes when the stdout is a TTY.

Cc: Brendan Higgins <brendanhiggins@google.com>
Cc: linux-kselftest@vger.kernel.org
Cc: kunit-dev@googlegroups.com
Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: David Gow <davidgow@google.com>
Reviewed-by: Brendan Higgins <brendanhiggins@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/kunit/kunit_parser.py