From: Zbigniew Jędrzejewski-Szmek Date: Thu, 29 Apr 2021 12:36:44 +0000 (+0200) Subject: test-unit-file: enable colors X-Git-Tag: v249-rc1~301^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32464e18b4014e4d3f4996b73be7a9348df83c5b;p=thirdparty%2Fsystemd.git test-unit-file: enable colors There's quite a lot of output and it's much easier to grok this way. --- diff --git a/src/test/test-unit-file.c b/src/test/test-unit-file.c index 8f9679051da..477ae03a023 100644 --- a/src/test/test-unit-file.c +++ b/src/test/test-unit-file.c @@ -92,6 +92,7 @@ static void test_runlevel_to_target(void) { } int main(int argc, char **argv) { + log_show_color(true); test_setup_logging(LOG_DEBUG); test_unit_validate_alias_symlink_and_warn();