[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20181220201748.0f0bd619@xeon-e3>
Date: Thu, 20 Dec 2018 20:17:48 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: Petr Vorel <pvorel@...e.cz>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 1/1] testsuite: Fix colorize
On Tue, 18 Dec 2018 20:29:04 +0100
Petr Vorel <pvorel@...e.cz> wrote:
> bash and dash require for escape sequence to use 'echo -e' or printf
> (but working on zsh). Choosing printf as it's implementation is IMHO
> more portable than echo implementations.
> dash also require to use \033[0; as escape sequence instead of \e[0;
>
> NOTE: \e[0; kept in lib/color.c as it's not problematic for C code
> (working when run ip on various shells).
>
> Fixes: 7e2f71b4 ("testsuite: colorize test result output")
>
> Signed-off-by: Petr Vorel <pvorel@...e.cz>
Sure applied. Not sure why people expect tests to work without
bash. Next they will want it to work with clang on BSD...
Powered by blists - more mailing lists