--- src/ec_cmd_log.erl.orig 2018-07-17 14:05:18.477887930 +0200 +++ src/ec_cmd_log.erl 2018-07-17 14:10:08.866152672 +0200 @@ -293,8 +293,4 @@ ?assertEqual("test", colorize(LogState, ?RED, true, "test")). -color_test() -> - LogState = new(debug, command_line, high), - ?assertEqual("\e[1;31m===> test\e[0m", - colorize(LogState, ?RED, true, "test")). -endif.