On Wed, Apr 01, 2026 at 11:33:09AM -0700, Jakub Kicinski wrote: > Sometimes it's hard to spot the ok / not ok lines in the output. > This is especially true for the GRO tests which retries a lot > so there's a wall of non-fatal output printed. > > Try to color the crucial lines green / red / yellow when running > in a terminal. > > Signed-off-by: Jakub Kicinski <[email protected]> > --- > This is a bit of RFC, I'm not super convinced this is worth > carrying in the tree? Please Ack/Review I'll apply if we get > 3 supporting tags. > --- > CC: [email protected] > CC: [email protected] > CC: [email protected] > CC: [email protected] > --- > tools/testing/selftests/net/lib/py/ksft.py | 29 ++++++++++++++++++++++ > 1 file changed, 29 insertions(+)
Colorized output is nice. Acked-by: Joe Damato <[email protected]>
