1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-21 02:50:18 +03:00

test-unit-file: enable colors

There's quite a lot of output and it's much easier to grok this way.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-04-29 14:36:44 +02:00
parent 6aac02ff1a
commit 32464e18b4

View File

@ -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();