1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-07 17:17:44 +03:00

test-terminal-util: print value of colors_enabled()

This makes it easier to diagnose why colors are disabled.

(cherry picked from commit b137b2979868e2de5fb5c26e90bacee33597b8e7)
(cherry picked from commit bbdb5f97a96e5942bb055770366e0d48c3ee8540)
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2024-10-28 13:39:36 +01:00 committed by Luca Boccassi
parent 5071f6492f
commit f120804bb7

View File

@ -22,6 +22,10 @@
"in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat " \
"non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
TEST(colors_enabled) {
log_info("colors_enabled: %s", yes_no(colors_enabled()));
}
TEST(default_term_for_tty) {
puts(default_term_for_tty("/dev/tty23"));
puts(default_term_for_tty("/dev/ttyS23"));